#A31708

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

Shades of Fire Brick #A31708

Tints of Fire Brick #A31708

Color information

#A31708 (or 0xA31708) is unknown color: approx Fire Brick. HEX triplet: A3, 17 and 08. RGB value is (163,23,8). Sum of RGB (Red+Green+Blue) = 163+23+8=194 (25% of max value = 765). Red value is 163 (64.06% from 255 or 84.02% from 194); Green value is 23 (9.38% from 255 or 11.86% from 194); Blue value is 8 (3.52% from 255 or 4.12% from 194); Max value from RGB is 163 - color contains mainly: red. Hex color #A31708 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31708 is #5CE8F7. Grayscale: #3F3F3F. Windows color (decimal): -6088952 or 530339. OLE color: 530339.

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

Color convert

RGB163238-
CMYK00.860.950.36
HSL5.81º90.64%33.53%-
HSV(B)5.81º95.09%63.92%-
XYZ15.458.421.04-
YUV63.1596.88199.22-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 84.02%
GREEN value IS 23 (9.38% from 255) = 11.86%
BLUE value IS 8 (3.52% from 255) = 4.12%
R=84.02%
G=11.86%
B=4.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.95
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16323800.860.950.365.8190.6433.53
HexA31780565F2465b22
Octal2432710012613744613342
Binary101000111011110000101011010111111001001101011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31708; }

 p { color: rgb(163,23,8); }

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

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

 a { background-color: rgb(163,23,8); }

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

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

 span { border-color: rgb(163,23,8); }

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