Html Css Color HEX #B04024 Medium Carmine

📋 copy color: '#B04024'

red 176 ◦ green 64 ◦ blue 36

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

Shades of Medium Carmine #B04024

Tints of Medium Carmine #B04024

RGB

 RED value IS 176 (69.14% from 255) = 63.77%

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

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

R = 63.77%
G = 23.19%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B04024 (or 0xB04024) is known color: Medium Carmine. HEX triplet: B0, 40 and 24. RGB value is (176,64,36). Sum of RGB (Red+Green+Blue) = 176+64+36=276 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.77% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 36 (14.45% from 255 or 13.04% from 276); Max value from RGB is 176 - color contains mainly: red. Hex color #B04024 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04024 is #4FBFDB. Grayscale: #5E5E5E. Windows color (decimal): -5226460 or 2375856. OLE color: 2375856.

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

Color convert

RGB 176 64 36 -
CMYK 0 0.64 0.80 0.31
HSL 12º 0.66% 0.42% -
HSV(B) 12º 0.8% 0.69% -
XYZ 20.06 13.02 3.13 -
YUV 94.3 95.11 186.28 -
System Red Green Blue C M Y K H S L
Decimal 176 64 36 0 0.64 0.80 0.31 12 0.66 0.42
Hex B0 40 24 0 40 50 1F C 42 2A
Octal 260 100 44 0 100 120 37 14 102 52
Binary 10110000 1000000 100100 0 1000000 1010000 11111 1100 1000010 101010

Color Harmonies of #B04024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04024

Black with #B04024

Text Example


Text Example

White with #B04024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04024; }

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

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

background-color css

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

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

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

border-color css

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

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

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