Html Css Color HEX #B32020 Fire Brick

📋 copy color: '#B32020'

red 179 ◦ green 32 ◦ blue 32

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

Shades of Fire Brick #B32020

Tints of Fire Brick #B32020

RGB

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

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

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

R = 73.66%
G = 13.17%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B32020 (or 0xB32020) is known color: Fire Brick. HEX triplet: B3, 20 and 20. RGB value is (179,32,32). Sum of RGB (Red+Green+Blue) = 179+32+32=243 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.66% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 32 (12.89% from 255 or 13.17% from 243); Max value from RGB is 179 - color contains mainly: red. Hex color #B32020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32020 is #4CDFDF. Grayscale: #4C4C4C. Windows color (decimal): -5038048 or 2105523. OLE color: 2105523.

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

Color convert

RGB 179 32 32 -
CMYK 0 0.82 0.82 0.30
HSL 0.7% 0.41% -
HSV(B) 0.82% 0.7% -
XYZ 19.37 10.72 2.42 -
YUV 75.95 103.2 201.5 -
System Red Green Blue C M Y K H S L
Decimal 179 32 32 0 0.82 0.82 0.30 0 0.7 0.41
Hex B3 20 20 0 52 52 1E 0 46 29
Octal 263 40 40 0 122 122 36 0 106 51
Binary 10110011 100000 100000 0 1010010 1010010 11110 0 1000110 101001

Color Harmonies of #B32020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32020

Black with #B32020

Text Example


Text Example

White with #B32020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32020; }

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

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

background-color css

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

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

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

border-color css

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

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

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