Html Css Color HEX #B02913 Fire Brick

📋 copy color: '#B02913'

red 176 ◦ green 41 ◦ blue 19

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

Shades of Fire Brick #B02913

Tints of Fire Brick #B02913

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.37%

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

R = 74.58%
G = 17.37%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B02913 (or 0xB02913) is known color: Fire Brick. HEX triplet: B0, 29 and 13. RGB value is (176,41,19). Sum of RGB (Red+Green+Blue) = 176+41+19=236 (31% of max value = 765). Red value is 176 (69.14% from 255 or 74.58% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 19 (7.81% from 255 or 8.05% from 236); Max value from RGB is 176 - color contains mainly: red. Hex color #B02913 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02913 is #4FD6EC. Grayscale: #4F4F4F. Windows color (decimal): -5232365 or 1255856. OLE color: 1255856.

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

Color convert

RGB 176 41 19 -
CMYK 0 0.77 0.89 0.31
HSL 8.41º 0.81% 0.38% -
HSV(B) 8.41º 0.89% 0.69% -
XYZ 18.81 10.86 1.72 -
YUV 78.86 94.23 197.29 -
System Red Green Blue C M Y K H S L
Decimal 176 41 19 0 0.77 0.89 0.31 8.41 0.81 0.38
Hex B0 29 13 0 4D 59 1F 8 51 26
Octal 260 51 23 0 115 131 37 10 121 46
Binary 10110000 101001 10011 0 1001101 1011001 11111 1000 1010001 100110

Color Harmonies of #B02913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02913

Black with #B02913

Text Example


Text Example

White with #B02913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02913; }

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

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

background-color css

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

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

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

border-color css

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

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

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