Html Css Color HEX #B02005 Fire Brick

📋 copy color: '#B02005'

red 176 ◦ green 32 ◦ blue 5

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

Shades of Fire Brick #B02005

Tints of Fire Brick #B02005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.35%

R = 82.63%
G = 15.02%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B02005 (or 0xB02005) is known color: Fire Brick. HEX triplet: B0, 20 and 05. RGB value is (176,32,5). Sum of RGB (Red+Green+Blue) = 176+32+5=213 (28% of max value = 765). Red value is 176 (69.14% from 255 or 82.63% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 5 (2.34% from 255 or 2.35% from 213); Max value from RGB is 176 - color contains mainly: red. Hex color #B02005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02005 is #4FDFFA. Grayscale: #484848. Windows color (decimal): -5234683 or 336048. OLE color: 336048.

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

Color convert

RGB 176 32 5 -
CMYK 0 0.82 0.97 0.31
HSL 9.47º 0.94% 0.35% -
HSV(B) 9.47º 0.97% 0.69% -
XYZ 18.45 10.27 1.15 -
YUV 71.98 90.21 202.2 -
System Red Green Blue C M Y K H S L
Decimal 176 32 5 0 0.82 0.97 0.31 9.47 0.94 0.35
Hex B0 20 5 0 52 61 1F 9 5E 23
Octal 260 40 5 0 122 141 37 11 136 43
Binary 10110000 100000 101 0 1010010 1100001 11111 1001 1011110 100011

Color Harmonies of #B02005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02005

Black with #B02005

Text Example


Text Example

White with #B02005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02005; }

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

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

background-color css

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

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

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

border-color css

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

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

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