Html Css Color HEX #A22412 Fire Brick

📋 copy color: '#A22412'

red 162 ◦ green 36 ◦ blue 18

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

Shades of Fire Brick #A22412

Tints of Fire Brick #A22412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.33%

R = 75%
G = 16.67%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A22412 (or 0xA22412) is known color: Fire Brick. HEX triplet: A2, 24 and 12. RGB value is (162,36,18). Sum of RGB (Red+Green+Blue) = 162+36+18=216 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75% from 216); Green value is 36 (14.45% from 255 or 16.67% from 216); Blue value is 18 (7.42% from 255 or 8.33% from 216); Max value from RGB is 162 - color contains mainly: red. Hex color #A22412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22412 is #5DDBED. Grayscale: #474747. Windows color (decimal): -6151150 or 1189026. OLE color: 1189026.

HSL color Cylindrical-coordinate representation of color #A22412: hue angle of 7.5º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A22412 is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 36 18 -
CMYK 0 0.78 0.89 0.36
HSL 7.5º 0.8% 0.35% -
HSV(B) 7.5º 0.89% 0.64% -
XYZ 15.64 8.99 1.48 -
YUV 71.62 97.74 192.46 -
System Red Green Blue C M Y K H S L
Decimal 162 36 18 0 0.78 0.89 0.36 7.5 0.8 0.35
Hex A2 24 12 0 4E 59 24 8 50 23
Octal 242 44 22 0 116 131 44 10 120 43
Binary 10100010 100100 10010 0 1001110 1011001 100100 1000 1010000 100011

Color Harmonies of #A22412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22412

Black with #A22412

Text Example


Text Example

White with #A22412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22412; }

 p { color: rgb(162,36,18); }

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

background-color css

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

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

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

border-color css

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

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

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