Html Css Color HEX #A22118 Fire Brick

📋 copy color: '#A22118'

red 162 ◦ green 33 ◦ blue 24

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

Shades of Fire Brick #A22118

Tints of Fire Brick #A22118

RGB

 RED value IS 162 (63.67% from 255) = 73.97%

 GREEN value IS 33 (13.28% from 255) = 15.07%

 BLUE value IS 24 (9.77% from 255) = 10.96%

R = 73.97%
G = 15.07%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A22118 (or 0xA22118) is known color: Fire Brick. HEX triplet: A2, 21 and 18. RGB value is (162,33,24). Sum of RGB (Red+Green+Blue) = 162+33+24=219 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.97% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 24 (9.77% from 255 or 10.96% from 219); Max value from RGB is 162 - color contains mainly: red. Hex color #A22118 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22118 is #5DDEE7. Grayscale: #464646. Windows color (decimal): -6151912 or 1581474. OLE color: 1581474.

HSL color Cylindrical-coordinate representation of color #A22118: hue angle of 3.91º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A22118 is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 33 24 -
CMYK 0 0.80 0.85 0.36
HSL 3.91º 0.74% 0.36% -
HSV(B) 3.91º 0.85% 0.64% -
XYZ 15.61 8.84 1.75 -
YUV 70.55 101.74 193.23 -
System Red Green Blue C M Y K H S L
Decimal 162 33 24 0 0.80 0.85 0.36 3.91 0.74 0.36
Hex A2 21 18 0 50 55 24 4 4A 24
Octal 242 41 30 0 120 125 44 4 112 44
Binary 10100010 100001 11000 0 1010000 1010101 100100 100 1001010 100100

Color Harmonies of #A22118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22118

Black with #A22118

Text Example


Text Example

White with #A22118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22118; }

 p { color: rgb(162,33,24); }

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

background-color css

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

 a { background-color: rgb(162,33,24); }

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

border-color css

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

 span { border-color: rgb(162,33,24); }

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