Html Css Color HEX #B33424 Fire Brick

📋 copy color: '#B33424'

red 179 ◦ green 52 ◦ blue 36

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

Shades of Fire Brick #B33424

Tints of Fire Brick #B33424

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.48%

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

R = 67.04%
G = 19.48%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B33424 (or 0xB33424) is known color: Fire Brick. HEX triplet: B3, 34 and 24. RGB value is (179,52,36). Sum of RGB (Red+Green+Blue) = 179+52+36=267 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.04% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 36 (14.45% from 255 or 13.48% from 267); Max value from RGB is 179 - color contains mainly: red. Hex color #B33424 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33424 is #4CCBDB. Grayscale: #585858. Windows color (decimal): -5032924 or 2372787. OLE color: 2372787.

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

Color convert

RGB 179 52 36 -
CMYK 0 0.71 0.80 0.30
HSL 6.71º 0.67% 0.42% -
HSV(B) 6.71º 0.8% 0.7% -
XYZ 20.14 12.17 2.96 -
YUV 88.15 98.58 192.8 -
System Red Green Blue C M Y K H S L
Decimal 179 52 36 0 0.71 0.80 0.30 6.71 0.67 0.42
Hex B3 34 24 0 47 50 1E 7 43 2A
Octal 263 64 44 0 107 120 36 7 103 52
Binary 10110011 110100 100100 0 1000111 1010000 11110 111 1000011 101010

Color Harmonies of #B33424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33424

Black with #B33424

Text Example


Text Example

White with #B33424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33424; }

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

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

background-color css

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

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

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

border-color css

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

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

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