Html Css Color HEX #B03724 Medium Carmine

📋 copy color: '#B03724'

red 176 ◦ green 55 ◦ blue 36

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

Shades of Medium Carmine #B03724

Tints of Medium Carmine #B03724

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.6%

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

R = 65.92%
G = 20.6%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B03724 (or 0xB03724) is known color: Medium Carmine. HEX triplet: B0, 37 and 24. RGB value is (176,55,36). Sum of RGB (Red+Green+Blue) = 176+55+36=267 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.92% from 267); Green value is 55 (21.88% from 255 or 20.60% from 267); Blue value is 36 (14.45% from 255 or 13.48% from 267); Max value from RGB is 176 - color contains mainly: red. Hex color #B03724 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03724 is #4FC8DB. Grayscale: #595959. Windows color (decimal): -5228764 or 2373552. OLE color: 2373552.

HSL color Cylindrical-coordinate representation of color #B03724: hue angle of 8.14º 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 #B03724 is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 55 36 -
CMYK 0 0.69 0.80 0.31
HSL 8.14º 0.66% 0.42% -
HSV(B) 8.14º 0.8% 0.69% -
XYZ 19.59 12.09 2.97 -
YUV 89.01 98.09 190.04 -
System Red Green Blue C M Y K H S L
Decimal 176 55 36 0 0.69 0.80 0.31 8.14 0.66 0.42
Hex B0 37 24 0 45 50 1F 8 42 2A
Octal 260 67 44 0 105 120 37 10 102 52
Binary 10110000 110111 100100 0 1000101 1010000 11111 1000 1000010 101010

Color Harmonies of #B03724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03724

Black with #B03724

Text Example


Text Example

White with #B03724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03724; }

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

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

background-color css

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

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

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

border-color css

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

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

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