Html Css Color HEX #B23D25 Medium Carmine

📋 copy color: '#B23D25'

red 178 ◦ green 61 ◦ blue 37

#B23D25
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Carmine #B23D25

Tints of Medium Carmine #B23D25

RGB

 RED value IS 178 (69.92% from 255) = 64.49%

 GREEN value IS 61 (24.22% from 255) = 22.1%

 BLUE value IS 37 (14.84% from 255) = 13.41%

R = 64.49%
G = 22.1%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.30

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B23D25 (or 0xB23D25) is known color: Medium Carmine. HEX triplet: B2, 3D and 25. RGB value is (178,61,37). Sum of RGB (Red+Green+Blue) = 178+61+37=276 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.49% from 276); Green value is 61 (24.22% from 255 or 22.10% from 276); Blue value is 37 (14.84% from 255 or 13.41% from 276); Max value from RGB is 178 - color contains mainly: red. Hex color #B23D25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23D25 is #4DC2DA. Grayscale: #5D5D5D. Windows color (decimal): -5096155 or 2440626. OLE color: 2440626.

HSL color Cylindrical-coordinate representation of color #B23D25: hue angle of 10.21º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B23D25 is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 61 37 -
CMYK 0 0.66 0.79 0.30
HSL 10.21º 0.66% 0.42% -
HSV(B) 10.21º 0.79% 0.7% -
XYZ 20.36 12.94 3.17 -
YUV 93.25 96.26 188.45 -
System Red Green Blue C M Y K H S L
Decimal 178 61 37 0 0.66 0.79 0.30 10.21 0.66 0.42
Hex B2 3D 25 0 42 4F 1E A 42 2A
Octal 262 75 45 0 102 117 36 12 102 52
Binary 10110010 111101 100101 0 1000010 1001111 11110 1010 1000010 101010

Color Harmonies of #B23D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23D25

Black with #B23D25

Text Example


Text Example

White with #B23D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23D25; }

 p { color: rgb(178,61,37); }

 H1.HeaderClassName
 {
   color: #B23D25;
 }
 .AnyTagClassName
 {
   color: #B23D25;
 }
</style>

background-color css

<style>
 a { background-color: #B23D25; }

 a { background-color: rgb(178,61,37); }

 div.DivClassName
 {
   background-color: #B23D25;
 }
 .BgClassName
 {
   background-color: #B23D25;
 }
</style>

border-color css

<style>
 span { border-color: #B23D25; }

 span { border-color: rgb(178,61,37); }

 td.TdClassName
 {
   border-color: #B23D25;
 }
 .TagClassName
 {
   border-color: #B23D25;
 }
</style>