Html Css Color HEX #B02413 Fire Brick

📋 copy color: '#B02413'

red 176 ◦ green 36 ◦ blue 19

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

Shades of Fire Brick #B02413

Tints of Fire Brick #B02413

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.58%

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

R = 76.19%
G = 15.58%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B02413 (or 0xB02413) is known color: Fire Brick. HEX triplet: B0, 24 and 13. RGB value is (176,36,19). Sum of RGB (Red+Green+Blue) = 176+36+19=231 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.19% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 176 - color contains mainly: red. Hex color #B02413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02413 is #4FDBEC. Grayscale: #4C4C4C. Windows color (decimal): -5233645 or 1254576. OLE color: 1254576.

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

Color convert

RGB 176 36 19 -
CMYK 0 0.80 0.89 0.31
HSL 6.5º 0.81% 0.38% -
HSV(B) 6.5º 0.89% 0.69% -
XYZ 18.65 10.54 1.67 -
YUV 75.92 95.88 199.38 -
System Red Green Blue C M Y K H S L
Decimal 176 36 19 0 0.80 0.89 0.31 6.5 0.81 0.38
Hex B0 24 13 0 50 59 1F 6 51 26
Octal 260 44 23 0 120 131 37 6 121 46
Binary 10110000 100100 10011 0 1010000 1011001 11111 110 1010001 100110

Color Harmonies of #B02413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02413

Black with #B02413

Text Example


Text Example

White with #B02413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02413; }

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

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

background-color css

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

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

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

border-color css

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

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

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