#A92812

Color #A92812 Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #A92812

Tints of Fire Brick #A92812

Color information

#A92812 (or 0xA92812) is unknown color: approx Fire Brick. HEX triplet: A9, 28 and 12. RGB value is (169,40,18). Sum of RGB (Red+Green+Blue) = 169+40+18=227 (30% of max value = 765). Red value is 169 (66.41% from 255 or 74.45% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 18 (7.42% from 255 or 7.93% from 227); Max value from RGB is 169 - color contains mainly: red. Hex color #A92812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92812 is #56D7ED. Grayscale: #4C4C4C. Windows color (decimal): -5691374 or 1190057. OLE color: 1190057.

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

Color convert

RGB1694018-
CMYK00.760.890.34
HSL8.74º80.75%36.67%-
HSV(B)8.74º89.35%66.27%-
XYZ17.23101.59-
YUV76.0695.24194.29-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 74.45%
GREEN value IS 40 (16.02% from 255) = 17.62%
BLUE value IS 18 (7.42% from 255) = 7.93%
R=74.45%
G=17.62%
B=7.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.89
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169401800.760.890.348.7480.7536.67
HexA9281204C592295125
Octal25150220114131421112145
Binary101010011010001001001001100101100110001010011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92812; }

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

 H1.HeaderClassName
 {
   color: #A92812;
 }
 .AnyTagClassName
 {
   color: #A92812;
 }
</style>
background-color css

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

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

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

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

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

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