#A3190E

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

Shades of Fire Brick #A3190E

Tints of Fire Brick #A3190E

Color information

#A3190E (or 0xA3190E) is unknown color: approx Fire Brick. HEX triplet: A3, 19 and 0E. RGB value is (163,25,14). Sum of RGB (Red+Green+Blue) = 163+25+14=202 (26% of max value = 765). Red value is 163 (64.06% from 255 or 80.69% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 14 (5.86% from 255 or 6.93% from 202); Max value from RGB is 163 - color contains mainly: red. Hex color #A3190E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A3190E is #5CE6F1. Grayscale: #414141. Windows color (decimal): -6088434 or 924067. OLE color: 924067.

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

Color convert

RGB1632514-
CMYK00.850.910.36
HSL4.43º84.18%34.71%-
HSV(B)4.43º91.41%63.92%-
XYZ15.538.511.24-
YUV65.0199.22197.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 80.69%
GREEN value IS 25 (10.16% from 255) = 12.38%
BLUE value IS 14 (5.86% from 255) = 6.93%
R=80.69%
G=12.38%
B=6.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163251400.850.910.364.4384.1834.71
HexA319E0555B2445423
Octal2433116012513344412443
Binary101000111100111100101010110110111001001001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3190E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3190E; }

 p { color: rgb(163,25,14); }

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

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

 a { background-color: rgb(163,25,14); }

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

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

 span { border-color: rgb(163,25,14); }

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