Html Css Color HEX #B32005 Fire Brick

📋 copy color: '#B32005'

red 179 ◦ green 32 ◦ blue 5

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

Shades of Fire Brick #B32005

Tints of Fire Brick #B32005

RGB

 RED value IS 179 (70.31% from 255) = 82.87%

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

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

R = 82.87%
G = 14.81%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B32005 (or 0xB32005) is known color: Fire Brick. HEX triplet: B3, 20 and 05. RGB value is (179,32,5). Sum of RGB (Red+Green+Blue) = 179+32+5=216 (28% of max value = 765). Red value is 179 (70.31% from 255 or 82.87% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 5 (2.34% from 255 or 2.31% from 216); Max value from RGB is 179 - color contains mainly: red. Hex color #B32005 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32005 is #4CDFFA. Grayscale: #494949. Windows color (decimal): -5038075 or 336051. OLE color: 336051.

HSL color Cylindrical-coordinate representation of color #B32005: hue angle of 9.31º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B32005 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 32 5 -
CMYK 0 0.82 0.97 0.30
HSL 9.31º 0.95% 0.36% -
HSV(B) 9.31º 0.97% 0.7% -
XYZ 19.13 10.63 1.19 -
YUV 72.88 89.7 203.7 -
System Red Green Blue C M Y K H S L
Decimal 179 32 5 0 0.82 0.97 0.30 9.31 0.95 0.36
Hex B3 20 5 0 52 61 1E 9 5F 24
Octal 263 40 5 0 122 141 36 11 137 44
Binary 10110011 100000 101 0 1010010 1100001 11110 1001 1011111 100100

Color Harmonies of #B32005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32005

Black with #B32005

Text Example


Text Example

White with #B32005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32005; }

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

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

background-color css

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

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

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

border-color css

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

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

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