Html Css Color HEX #B32F21 Fire Brick

📋 copy color: '#B32F21'

red 179 ◦ green 47 ◦ blue 33

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

Shades of Fire Brick #B32F21

Tints of Fire Brick #B32F21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.74%

R = 69.11%
G = 18.15%
B = 12.74%

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

#B32F21 (or 0xB32F21) is known color: Fire Brick. HEX triplet: B3, 2F and 21. RGB value is (179,47,33). Sum of RGB (Red+Green+Blue) = 179+47+33=259 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.11% from 259); Green value is 47 (18.75% from 255 or 18.15% from 259); Blue value is 33 (13.28% from 255 or 12.74% from 259); Max value from RGB is 179 - color contains mainly: red. Hex color #B32F21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32F21 is #4CD0DE. Grayscale: #555555. Windows color (decimal): -5034207 or 2174899. OLE color: 2174899.

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

Color convert

RGB 179 47 33 -
CMYK 0 0.74 0.82 0.30
HSL 5.75º 0.69% 0.42% -
HSV(B) 5.75º 0.82% 0.7% -
XYZ 19.88 11.73 2.65 -
YUV 84.87 98.73 195.14 -
System Red Green Blue C M Y K H S L
Decimal 179 47 33 0 0.74 0.82 0.30 5.75 0.69 0.42
Hex B3 2F 21 0 4A 52 1E 6 45 2A
Octal 263 57 41 0 112 122 36 6 105 52
Binary 10110011 101111 100001 0 1001010 1010010 11110 110 1000101 101010

Color Harmonies of #B32F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32F21

Black with #B32F21

Text Example


Text Example

White with #B32F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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