Html Css Color HEX #B32F20 Fire Brick

📋 copy color: '#B32F20'

red 179 ◦ green 47 ◦ blue 32

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

Shades of Fire Brick #B32F20

Tints of Fire Brick #B32F20

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.22%

 BLUE value IS 32 (12.89% from 255) = 12.4%

R = 69.38%
G = 18.22%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B32F20 (or 0xB32F20) is known color: Fire Brick. HEX triplet: B3, 2F and 20. RGB value is (179,47,32). Sum of RGB (Red+Green+Blue) = 179+47+32=258 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.38% from 258); Green value is 47 (18.75% from 255 or 18.22% from 258); Blue value is 32 (12.89% from 255 or 12.40% from 258); Max value from RGB is 179 - color contains mainly: red. Hex color #B32F20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32F20 is #4CD0DF. Grayscale: #545454. Windows color (decimal): -5034208 or 2109363. OLE color: 2109363.

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

Color convert

RGB 179 47 32 -
CMYK 0 0.74 0.82 0.30
HSL 6.12º 0.7% 0.41% -
HSV(B) 6.12º 0.82% 0.7% -
XYZ 19.87 11.72 2.58 -
YUV 84.76 98.23 195.22 -
System Red Green Blue C M Y K H S L
Decimal 179 47 32 0 0.74 0.82 0.30 6.12 0.7 0.41
Hex B3 2F 20 0 4A 52 1E 6 46 29
Octal 263 57 40 0 112 122 36 6 106 51
Binary 10110011 101111 100000 0 1001010 1010010 11110 110 1000110 101001

Color Harmonies of #B32F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32F20

Black with #B32F20

Text Example


Text Example

White with #B32F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32F20; }

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

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

background-color css

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

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

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

border-color css

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

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

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