Html Css Color HEX #B24024 Medium Carmine

📋 copy color: '#B24024'

red 178 ◦ green 64 ◦ blue 36

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

Shades of Medium Carmine #B24024

Tints of Medium Carmine #B24024

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.02%

 BLUE value IS 36 (14.45% from 255) = 12.95%

R = 64.03%
G = 23.02%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B24024 (or 0xB24024) is known color: Medium Carmine. HEX triplet: B2, 40 and 24. RGB value is (178,64,36). Sum of RGB (Red+Green+Blue) = 178+64+36=278 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.03% from 278); Green value is 64 (25.39% from 255 or 23.02% from 278); Blue value is 36 (14.45% from 255 or 12.95% from 278); Max value from RGB is 178 - color contains mainly: red. Hex color #B24024 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24024 is #4DBFDB. Grayscale: #5F5F5F. Windows color (decimal): -5095388 or 2375858. OLE color: 2375858.

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

Color convert

RGB 178 64 36 -
CMYK 0 0.64 0.80 0.30
HSL 11.83º 0.66% 0.42% -
HSV(B) 11.83º 0.8% 0.7% -
XYZ 20.51 13.26 3.15 -
YUV 94.89 94.77 187.28 -
System Red Green Blue C M Y K H S L
Decimal 178 64 36 0 0.64 0.80 0.30 11.83 0.66 0.42
Hex B2 40 24 0 40 50 1E C 42 2A
Octal 262 100 44 0 100 120 36 14 102 52
Binary 10110010 1000000 100100 0 1000000 1010000 11110 1100 1000010 101010

Color Harmonies of #B24024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24024

Black with #B24024

Text Example


Text Example

White with #B24024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24024; }

 p { color: rgb(178,64,36); }

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

background-color css

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

 a { background-color: rgb(178,64,36); }

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

border-color css

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

 span { border-color: rgb(178,64,36); }

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