Html Css Color HEX #B02023 Fire Engine Red

📋 copy color: '#B02023'

red 176 ◦ green 32 ◦ blue 35

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

Shades of Fire Engine Red #B02023

Tints of Fire Engine Red #B02023

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.17%

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

R = 72.43%
G = 13.17%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B02023 (or 0xB02023) is known color: Fire Engine Red. HEX triplet: B0, 20 and 23. RGB value is (176,32,35). Sum of RGB (Red+Green+Blue) = 176+32+35=243 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.43% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 35 (14.06% from 255 or 14.40% from 243); Max value from RGB is 176 - color contains mainly: red. Hex color #B02023 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02023 is #4FDFDC. Grayscale: #4B4B4B. Windows color (decimal): -5234653 or 2302128. OLE color: 2302128.

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

Color convert

RGB 176 32 35 -
CMYK 0 0.82 0.80 0.31
HSL 358.75º 0.69% 0.41% -
HSV(B) 358.75º 0.82% 0.69% -
XYZ 18.72 10.38 2.61 -
YUV 75.4 105.21 199.76 -
System Red Green Blue C M Y K H S L
Decimal 176 32 35 0 0.82 0.80 0.31 358.75 0.69 0.41
Hex B0 20 23 0 52 50 1F 167 45 29
Octal 260 40 43 0 122 120 37 547 105 51
Binary 10110000 100000 100011 0 1010010 1010000 11111 101100111 1000101 101001

Color Harmonies of #B02023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02023

Black with #B02023

Text Example


Text Example

White with #B02023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02023; }

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

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

background-color css

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

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

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

border-color css

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

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

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