Html Css Color HEX #A22409 Fire Brick

📋 copy color: '#A22409'

red 162 ◦ green 36 ◦ blue 9

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

Shades of Fire Brick #A22409

Tints of Fire Brick #A22409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.35%

R = 78.26%
G = 17.39%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A22409 (or 0xA22409) is known color: Fire Brick. HEX triplet: A2, 24 and 09. RGB value is (162,36,9). Sum of RGB (Red+Green+Blue) = 162+36+9=207 (27% of max value = 765). Red value is 162 (63.67% from 255 or 78.26% from 207); Green value is 36 (14.45% from 255 or 17.39% from 207); Blue value is 9 (3.91% from 255 or 4.35% from 207); Max value from RGB is 162 - color contains mainly: red. Hex color #A22409 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22409 is #5DDBF6. Grayscale: #464646. Windows color (decimal): -6151159 or 599202. OLE color: 599202.

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

Color convert

RGB 162 36 9 -
CMYK 0 0.78 0.94 0.36
HSL 10.59º 0.89% 0.34% -
HSV(B) 10.59º 0.94% 0.64% -
XYZ 15.58 8.96 1.17 -
YUV 70.6 93.24 193.2 -
System Red Green Blue C M Y K H S L
Decimal 162 36 9 0 0.78 0.94 0.36 10.59 0.89 0.34
Hex A2 24 9 0 4E 5E 24 B 59 22
Octal 242 44 11 0 116 136 44 13 131 42
Binary 10100010 100100 1001 0 1001110 1011110 100100 1011 1011001 100010

Color Harmonies of #A22409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22409

Black with #A22409

Text Example


Text Example

White with #A22409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22409; }

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

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

background-color css

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

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

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

border-color css

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

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

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