Html Css Color HEX #B01824 Fire Engine Red

📋 copy color: '#B01824'

red 176 ◦ green 24 ◦ blue 36

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

Shades of Fire Engine Red #B01824

Tints of Fire Engine Red #B01824

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.17%

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

R = 74.58%
G = 10.17%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B01824 (or 0xB01824) is known color: Fire Engine Red. HEX triplet: B0, 18 and 24. RGB value is (176,24,36). Sum of RGB (Red+Green+Blue) = 176+24+36=236 (31% of max value = 765). Red value is 176 (69.14% from 255 or 74.58% from 236); Green value is 24 (9.77% from 255 or 10.17% from 236); Blue value is 36 (14.45% from 255 or 15.25% from 236); Max value from RGB is 176 - color contains mainly: red. Hex color #B01824 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01824 is #4FE7DB. Grayscale: #464646. Windows color (decimal): -5236700 or 2365616. OLE color: 2365616.

HSL color Cylindrical-coordinate representation of color #B01824: hue angle of 355.26º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B01824 is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 24 36 -
CMYK 0 0.86 0.80 0.31
HSL 355.26º 0.76% 0.39% -
HSV(B) 355.26º 0.86% 0.69% -
XYZ 18.55 10.01 2.62 -
YUV 70.82 108.36 203.02 -
System Red Green Blue C M Y K H S L
Decimal 176 24 36 0 0.86 0.80 0.31 355.26 0.76 0.39
Hex B0 18 24 0 56 50 1F 163 4C 27
Octal 260 30 44 0 126 120 37 543 114 47
Binary 10110000 11000 100100 0 1010110 1010000 11111 101100011 1001100 100111

Color Harmonies of #B01824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01824

Black with #B01824

Text Example


Text Example

White with #B01824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01824; }

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

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

background-color css

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

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

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

border-color css

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

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

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