Html Css Color HEX #B02123 Fire Engine Red

📋 copy color: '#B02123'

red 176 ◦ green 33 ◦ blue 35

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

Shades of Fire Engine Red #B02123

Tints of Fire Engine Red #B02123

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.52%

 BLUE value IS 35 (14.06% from 255) = 14.34%

R = 72.13%
G = 13.52%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B02123 (or 0xB02123) is known color: Fire Engine Red. HEX triplet: B0, 21 and 23. RGB value is (176,33,35). Sum of RGB (Red+Green+Blue) = 176+33+35=244 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.13% from 244); Green value is 33 (13.28% from 255 or 13.52% from 244); Blue value is 35 (14.06% from 255 or 14.34% from 244); Max value from RGB is 176 - color contains mainly: red. Hex color #B02123 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02123 is #4FDEDC. Grayscale: #4C4C4C. Windows color (decimal): -5234397 or 2302384. OLE color: 2302384.

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

Color convert

RGB 176 33 35 -
CMYK 0 0.81 0.80 0.31
HSL 359.16º 0.68% 0.41% -
HSV(B) 359.16º 0.81% 0.69% -
XYZ 18.75 10.44 2.62 -
YUV 75.99 104.88 199.34 -
System Red Green Blue C M Y K H S L
Decimal 176 33 35 0 0.81 0.80 0.31 359.16 0.68 0.41
Hex B0 21 23 0 51 50 1F 167 44 29
Octal 260 41 43 0 121 120 37 547 104 51
Binary 10110000 100001 100011 0 1010001 1010000 11111 101100111 1000100 101001

Color Harmonies of #B02123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02123

Black with #B02123

Text Example


Text Example

White with #B02123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02123; }

 p { color: rgb(176,33,35); }

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

background-color css

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

 a { background-color: rgb(176,33,35); }

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

border-color css

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

 span { border-color: rgb(176,33,35); }

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