Html Css Color HEX #B02213 Fire Brick

📋 copy color: '#B02213'

red 176 ◦ green 34 ◦ blue 19

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

Shades of Fire Brick #B02213

Tints of Fire Brick #B02213

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.85%

 BLUE value IS 19 (7.81% from 255) = 8.3%

R = 76.86%
G = 14.85%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B02213 (or 0xB02213) is known color: Fire Brick. HEX triplet: B0, 22 and 13. RGB value is (176,34,19). Sum of RGB (Red+Green+Blue) = 176+34+19=229 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.86% from 229); Green value is 34 (13.67% from 255 or 14.85% from 229); Blue value is 19 (7.81% from 255 or 8.30% from 229); Max value from RGB is 176 - color contains mainly: red. Hex color #B02213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02213 is #4FDDEC. Grayscale: #4A4A4A. Windows color (decimal): -5234157 or 1254064. OLE color: 1254064.

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

Color convert

RGB 176 34 19 -
CMYK 0 0.81 0.89 0.31
HSL 5.73º 0.81% 0.38% -
HSV(B) 5.73º 0.89% 0.69% -
XYZ 18.59 10.42 1.65 -
YUV 74.75 96.54 200.22 -
System Red Green Blue C M Y K H S L
Decimal 176 34 19 0 0.81 0.89 0.31 5.73 0.81 0.38
Hex B0 22 13 0 51 59 1F 6 51 26
Octal 260 42 23 0 121 131 37 6 121 46
Binary 10110000 100010 10011 0 1010001 1011001 11111 110 1010001 100110

Color Harmonies of #B02213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02213

Black with #B02213

Text Example


Text Example

White with #B02213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02213; }

 p { color: rgb(176,34,19); }

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

background-color css

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

 a { background-color: rgb(176,34,19); }

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

border-color css

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

 span { border-color: rgb(176,34,19); }

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