Html Css Color HEX #B02C15 Fire Brick

📋 copy color: '#B02C15'

red 176 ◦ green 44 ◦ blue 21

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

Shades of Fire Brick #B02C15

Tints of Fire Brick #B02C15

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.26%

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

R = 73.03%
G = 18.26%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B02C15 (or 0xB02C15) is known color: Fire Brick. HEX triplet: B0, 2C and 15. RGB value is (176,44,21). Sum of RGB (Red+Green+Blue) = 176+44+21=241 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.03% from 241); Green value is 44 (17.58% from 255 or 18.26% from 241); Blue value is 21 (8.59% from 255 or 8.71% from 241); Max value from RGB is 176 - color contains mainly: red. Hex color #B02C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02C15 is #4FD3EA. Grayscale: #515151. Windows color (decimal): -5231595 or 1387696. OLE color: 1387696.

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

Color convert

RGB 176 44 21 -
CMYK 0 0.75 0.88 0.31
HSL 8.9º 0.79% 0.39% -
HSV(B) 8.9º 0.88% 0.69% -
XYZ 18.94 11.09 1.85 -
YUV 80.85 94.23 195.87 -
System Red Green Blue C M Y K H S L
Decimal 176 44 21 0 0.75 0.88 0.31 8.9 0.79 0.39
Hex B0 2C 15 0 4B 58 1F 9 4F 27
Octal 260 54 25 0 113 130 37 11 117 47
Binary 10110000 101100 10101 0 1001011 1011000 11111 1001 1001111 100111

Color Harmonies of #B02C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02C15

Black with #B02C15

Text Example


Text Example

White with #B02C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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