Html Css Color HEX #B02016 Fire Brick

📋 copy color: '#B02016'

red 176 ◦ green 32 ◦ blue 22

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

Shades of Fire Brick #B02016

Tints of Fire Brick #B02016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.57%

R = 76.52%
G = 13.91%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B02016 (or 0xB02016) is known color: Fire Brick. HEX triplet: B0, 20 and 16. RGB value is (176,32,22). Sum of RGB (Red+Green+Blue) = 176+32+22=230 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.52% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 22 (8.98% from 255 or 9.57% from 230); Max value from RGB is 176 - color contains mainly: red. Hex color #B02016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02016 is #4FDFE9. Grayscale: #4A4A4A. Windows color (decimal): -5234666 or 1450160. OLE color: 1450160.

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

Color convert

RGB 176 32 22 -
CMYK 0 0.82 0.88 0.31
HSL 3.9º 0.78% 0.39% -
HSV(B) 3.9º 0.88% 0.69% -
XYZ 18.57 10.32 1.77 -
YUV 73.92 98.71 200.81 -
System Red Green Blue C M Y K H S L
Decimal 176 32 22 0 0.82 0.88 0.31 3.9 0.78 0.39
Hex B0 20 16 0 52 58 1F 4 4E 27
Octal 260 40 26 0 122 130 37 4 116 47
Binary 10110000 100000 10110 0 1010010 1011000 11111 100 1001110 100111

Color Harmonies of #B02016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02016

Black with #B02016

Text Example


Text Example

White with #B02016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02016; }

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

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

background-color css

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

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

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

border-color css

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

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

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