Html Css Color HEX #A92012 Fire Brick

📋 copy color: '#A92012'

red 169 ◦ green 32 ◦ blue 18

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

Shades of Fire Brick #A92012

Tints of Fire Brick #A92012

RGB

 RED value IS 169 (66.41% from 255) = 77.17%

 GREEN value IS 32 (12.89% from 255) = 14.61%

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

R = 77.17%
G = 14.61%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A92012 (or 0xA92012) is known color: Fire Brick. HEX triplet: A9, 20 and 12. RGB value is (169,32,18). Sum of RGB (Red+Green+Blue) = 169+32+18=219 (29% of max value = 765). Red value is 169 (66.41% from 255 or 77.17% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 18 (7.42% from 255 or 8.22% from 219); Max value from RGB is 169 - color contains mainly: red. Hex color #A92012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92012 is #56DFED. Grayscale: #474747. Windows color (decimal): -5693422 or 1188009. OLE color: 1188009.

HSL color Cylindrical-coordinate representation of color #A92012: hue angle of 5.56º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A92012 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 32 18 -
CMYK 0 0.81 0.89 0.34
HSL 5.56º 0.81% 0.37% -
HSV(B) 5.56º 0.89% 0.66% -
XYZ 16.99 9.51 1.51 -
YUV 71.37 97.89 197.64 -
System Red Green Blue C M Y K H S L
Decimal 169 32 18 0 0.81 0.89 0.34 5.56 0.81 0.37
Hex A9 20 12 0 51 59 22 6 51 25
Octal 251 40 22 0 121 131 42 6 121 45
Binary 10101001 100000 10010 0 1010001 1011001 100010 110 1010001 100101

Color Harmonies of #A92012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92012

Black with #A92012

Text Example


Text Example

White with #A92012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92012; }

 p { color: rgb(169,32,18); }

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

background-color css

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

 a { background-color: rgb(169,32,18); }

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

border-color css

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

 span { border-color: rgb(169,32,18); }

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