Html Css Color HEX #B02015 Fire Brick

📋 copy color: '#B02015'

red 176 ◦ green 32 ◦ blue 21

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

Shades of Fire Brick #B02015

Tints of Fire Brick #B02015

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.97%

 BLUE value IS 21 (8.59% from 255) = 9.17%

R = 76.86%
G = 13.97%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B02015 (or 0xB02015) is known color: Fire Brick. HEX triplet: B0, 20 and 15. RGB value is (176,32,21). Sum of RGB (Red+Green+Blue) = 176+32+21=229 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.86% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 21 (8.59% from 255 or 9.17% from 229); Max value from RGB is 176 - color contains mainly: red. Hex color #B02015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02015 is #4FDFEA. Grayscale: #494949. Windows color (decimal): -5234667 or 1384624. OLE color: 1384624.

HSL color Cylindrical-coordinate representation of color #B02015: hue angle of 4.26º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B02015 is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 32 21 -
CMYK 0 0.82 0.88 0.31
HSL 4.26º 0.79% 0.39% -
HSV(B) 4.26º 0.88% 0.69% -
XYZ 18.56 10.32 1.72 -
YUV 73.8 98.21 200.89 -
System Red Green Blue C M Y K H S L
Decimal 176 32 21 0 0.82 0.88 0.31 4.26 0.79 0.39
Hex B0 20 15 0 52 58 1F 4 4F 27
Octal 260 40 25 0 122 130 37 4 117 47
Binary 10110000 100000 10101 0 1010010 1011000 11111 100 1001111 100111

Color Harmonies of #B02015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02015

Black with #B02015

Text Example


Text Example

White with #B02015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02015; }

 p { color: rgb(176,32,21); }

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

background-color css

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

 a { background-color: rgb(176,32,21); }

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

border-color css

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

 span { border-color: rgb(176,32,21); }

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