Html Css Color HEX #B02113 Fire Brick

📋 copy color: '#B02113'

red 176 ◦ green 33 ◦ blue 19

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

Shades of Fire Brick #B02113

Tints of Fire Brick #B02113

RGB

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

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

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

R = 77.19%
G = 14.47%
B = 8.33%

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

#B02113 (or 0xB02113) is known color: Fire Brick. HEX triplet: B0, 21 and 13. RGB value is (176,33,19). Sum of RGB (Red+Green+Blue) = 176+33+19=228 (30% of max value = 765). Red value is 176 (69.14% from 255 or 77.19% from 228); Green value is 33 (13.28% from 255 or 14.47% from 228); Blue value is 19 (7.81% from 255 or 8.33% from 228); Max value from RGB is 176 - color contains mainly: red. Hex color #B02113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02113 is #4FDEEC. Grayscale: #4A4A4A. Windows color (decimal): -5234413 or 1253808. OLE color: 1253808.

HSL color Cylindrical-coordinate representation of color #B02113: hue angle of 5.35º 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 #B02113 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 33 19 -
CMYK 0 0.81 0.89 0.31
HSL 5.35º 0.81% 0.38% -
HSV(B) 5.35º 0.89% 0.69% -
XYZ 18.57 10.36 1.64 -
YUV 74.16 96.88 200.64 -
System Red Green Blue C M Y K H S L
Decimal 176 33 19 0 0.81 0.89 0.31 5.35 0.81 0.38
Hex B0 21 13 0 51 59 1F 5 51 26
Octal 260 41 23 0 121 131 37 5 121 46
Binary 10110000 100001 10011 0 1010001 1011001 11111 101 1010001 100110

Color Harmonies of #B02113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02113

Black with #B02113

Text Example


Text Example

White with #B02113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02113; }

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

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

background-color css

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

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

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

border-color css

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

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

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