Html Css Color HEX #B22424 Fire Brick

📋 copy color: '#B22424'

red 178 ◦ green 36 ◦ blue 36

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

Shades of Fire Brick #B22424

Tints of Fire Brick #B22424

RGB

 RED value IS 178 (69.92% from 255) = 71.2%

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

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

R = 71.2%
G = 14.4%
B = 14.4%

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

#B22424 (or 0xB22424) is known color: Fire Brick. HEX triplet: B2, 24 and 24. RGB value is (178,36,36). Sum of RGB (Red+Green+Blue) = 178+36+36=250 (33% of max value = 765). Red value is 178 (69.92% from 255 or 71.2% from 250); Green value is 36 (14.45% from 255 or 14.4% from 250); Blue value is 36 (14.45% from 255 or 14.4% from 250); Max value from RGB is 178 - color contains mainly: red. Hex color #B22424 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22424 is #4DDBDB. Grayscale: #4E4E4E. Windows color (decimal): -5102556 or 2368690. OLE color: 2368690.

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

Color convert

RGB 178 36 36 -
CMYK 0 0.80 0.80 0.30
HSL 0.66% 0.42% -
HSV(B) 0.8% 0.7% -
XYZ 19.31 10.85 2.75 -
YUV 78.46 104.04 199 -
System Red Green Blue C M Y K H S L
Decimal 178 36 36 0 0.80 0.80 0.30 0 0.66 0.42
Hex B2 24 24 0 50 50 1E 0 42 2A
Octal 262 44 44 0 120 120 36 0 102 52
Binary 10110010 100100 100100 0 1010000 1010000 11110 0 1000010 101010

Color Harmonies of #B22424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22424

Black with #B22424

Text Example


Text Example

White with #B22424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22424; }

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

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

background-color css

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

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

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

border-color css

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

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

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