Html Css Color HEX #B22824 Fire Brick

📋 copy color: '#B22824'

red 178 ◦ green 40 ◦ blue 36

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

Shades of Fire Brick #B22824

Tints of Fire Brick #B22824

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.75%

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

R = 70.08%
G = 15.75%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B22824 (or 0xB22824) is known color: Fire Brick. HEX triplet: B2, 28 and 24. RGB value is (178,40,36). Sum of RGB (Red+Green+Blue) = 178+40+36=254 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.08% from 254); Green value is 40 (16.02% from 255 or 15.75% from 254); Blue value is 36 (14.45% from 255 or 14.17% from 254); Max value from RGB is 178 - color contains mainly: red. Hex color #B22824 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22824 is #4DD7DB. Grayscale: #505050. Windows color (decimal): -5101532 or 2369714. OLE color: 2369714.

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

Color convert

RGB 178 40 36 -
CMYK 0 0.78 0.80 0.30
HSL 1.69º 0.66% 0.42% -
HSV(B) 1.69º 0.8% 0.7% -
XYZ 19.44 11.11 2.79 -
YUV 80.81 102.72 197.33 -
System Red Green Blue C M Y K H S L
Decimal 178 40 36 0 0.78 0.80 0.30 1.69 0.66 0.42
Hex B2 28 24 0 4E 50 1E 2 42 2A
Octal 262 50 44 0 116 120 36 2 102 52
Binary 10110010 101000 100100 0 1001110 1010000 11110 10 1000010 101010

Color Harmonies of #B22824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22824

Black with #B22824

Text Example


Text Example

White with #B22824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22824; }

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

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

background-color css

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

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

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

border-color css

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

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

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