Html Css Color HEX #B32424 Fire Brick

📋 copy color: '#B32424'

red 179 ◦ green 36 ◦ blue 36

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

Shades of Fire Brick #B32424

Tints of Fire Brick #B32424

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.34%

 BLUE value IS 36 (14.45% from 255) = 14.34%

R = 71.31%
G = 14.34%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B32424 (or 0xB32424) is known color: Fire Brick. HEX triplet: B3, 24 and 24. RGB value is (179,36,36). Sum of RGB (Red+Green+Blue) = 179+36+36=251 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.31% from 251); Green value is 36 (14.45% from 255 or 14.34% from 251); Blue value is 36 (14.45% from 255 or 14.34% from 251); Max value from RGB is 179 - color contains mainly: red. Hex color #B32424 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32424 is #4CDBDB. Grayscale: #4E4E4E. Windows color (decimal): -5037020 or 2368691. OLE color: 2368691.

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

Color convert

RGB 179 36 36 -
CMYK 0 0.80 0.80 0.30
HSL 0.67% 0.42% -
HSV(B) 0.8% 0.7% -
XYZ 19.54 10.97 2.76 -
YUV 78.76 103.88 199.5 -
System Red Green Blue C M Y K H S L
Decimal 179 36 36 0 0.80 0.80 0.30 0 0.67 0.42
Hex B3 24 24 0 50 50 1E 0 43 2A
Octal 263 44 44 0 120 120 36 0 103 52
Binary 10110011 100100 100100 0 1010000 1010000 11110 0 1000011 101010

Color Harmonies of #B32424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32424

Black with #B32424

Text Example


Text Example

White with #B32424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32424; }

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

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

background-color css

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

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

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

border-color css

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

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

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