Html Css Color HEX #B02411 Fire Brick

📋 copy color: '#B02411'

red 176 ◦ green 36 ◦ blue 17

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

Shades of Fire Brick #B02411

Tints of Fire Brick #B02411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.42%

R = 76.86%
G = 15.72%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B02411 (or 0xB02411) is known color: Fire Brick. HEX triplet: B0, 24 and 11. RGB value is (176,36,17). Sum of RGB (Red+Green+Blue) = 176+36+17=229 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.86% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 17 (7.03% from 255 or 7.42% from 229); Max value from RGB is 176 - color contains mainly: red. Hex color #B02411 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02411 is #4FDBEE. Grayscale: #4B4B4B. Windows color (decimal): -5233647 or 1123504. OLE color: 1123504.

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

Color convert

RGB 176 36 17 -
CMYK 0 0.80 0.90 0.31
HSL 7.17º 0.82% 0.38% -
HSV(B) 7.17º 0.9% 0.69% -
XYZ 18.64 10.53 1.58 -
YUV 75.69 94.88 199.54 -
System Red Green Blue C M Y K H S L
Decimal 176 36 17 0 0.80 0.90 0.31 7.17 0.82 0.38
Hex B0 24 11 0 50 5A 1F 7 52 26
Octal 260 44 21 0 120 132 37 7 122 46
Binary 10110000 100100 10001 0 1010000 1011010 11111 111 1010010 100110

Color Harmonies of #B02411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02411

Black with #B02411

Text Example


Text Example

White with #B02411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02411; }

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

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

background-color css

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

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

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

border-color css

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

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

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