Html Css Color HEX #B03924 Medium Carmine

📋 copy color: '#B03924'

red 176 ◦ green 57 ◦ blue 36

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

Shades of Medium Carmine #B03924

Tints of Medium Carmine #B03924

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.19%

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

R = 65.43%
G = 21.19%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B03924 (or 0xB03924) is known color: Medium Carmine. HEX triplet: B0, 39 and 24. RGB value is (176,57,36). Sum of RGB (Red+Green+Blue) = 176+57+36=269 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.43% from 269); Green value is 57 (22.66% from 255 or 21.19% from 269); Blue value is 36 (14.45% from 255 or 13.38% from 269); Max value from RGB is 176 - color contains mainly: red. Hex color #B03924 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03924 is #4FC6DB. Grayscale: #5A5A5A. Windows color (decimal): -5228252 or 2374064. OLE color: 2374064.

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

Color convert

RGB 176 57 36 -
CMYK 0 0.68 0.80 0.31
HSL 0.66% 0.42% -
HSV(B) 0.8% 0.69% -
XYZ 19.69 12.28 3 -
YUV 90.19 97.42 189.21 -
System Red Green Blue C M Y K H S L
Decimal 176 57 36 0 0.68 0.80 0.31 9 0.66 0.42
Hex B0 39 24 0 44 50 1F 9 42 2A
Octal 260 71 44 0 104 120 37 11 102 52
Binary 10110000 111001 100100 0 1000100 1010000 11111 1001 1000010 101010

Color Harmonies of #B03924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03924

Black with #B03924

Text Example


Text Example

White with #B03924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03924; }

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

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

background-color css

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

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

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

border-color css

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

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

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