Html Css Color HEX #A22912 Fire Brick

📋 copy color: '#A22912'

red 162 ◦ green 41 ◦ blue 18

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

Shades of Fire Brick #A22912

Tints of Fire Brick #A22912

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.55%

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

R = 73.3%
G = 18.55%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A22912 (or 0xA22912) is known color: Fire Brick. HEX triplet: A2, 29 and 12. RGB value is (162,41,18). Sum of RGB (Red+Green+Blue) = 162+41+18=221 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.30% from 221); Green value is 41 (16.41% from 255 or 18.55% from 221); Blue value is 18 (7.42% from 255 or 8.14% from 221); Max value from RGB is 162 - color contains mainly: red. Hex color #A22912 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22912 is #5DD6ED. Grayscale: #4A4A4A. Windows color (decimal): -6149870 or 1190306. OLE color: 1190306.

HSL color Cylindrical-coordinate representation of color #A22912: hue angle of 9.58º 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 #A22912 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 41 18 -
CMYK 0 0.75 0.89 0.36
HSL 9.58º 0.8% 0.35% -
HSV(B) 9.58º 0.89% 0.64% -
XYZ 15.8 9.31 1.54 -
YUV 74.56 96.09 190.37 -
System Red Green Blue C M Y K H S L
Decimal 162 41 18 0 0.75 0.89 0.36 9.58 0.8 0.35
Hex A2 29 12 0 4B 59 24 A 50 23
Octal 242 51 22 0 113 131 44 12 120 43
Binary 10100010 101001 10010 0 1001011 1011001 100100 1010 1010000 100011

Color Harmonies of #A22912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22912

Black with #A22912

Text Example


Text Example

White with #A22912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22912; }

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

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

background-color css

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

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

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

border-color css

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

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

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