#A31D02

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

Shades of Fire Brick #A31D02

Tints of Fire Brick #A31D02

Color information

#A31D02 (or 0xA31D02) is unknown color: approx Fire Brick. HEX triplet: A3, 1D and 02. RGB value is (163,29,2). Sum of RGB (Red+Green+Blue) = 163+29+2=194 (25% of max value = 765). Red value is 163 (64.06% from 255 or 84.02% from 194); Green value is 29 (11.72% from 255 or 14.95% from 194); Blue value is 2 (1.17% from 255 or 1.03% from 194); Max value from RGB is 163 - color contains mainly: red. Hex color #A31D02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A31D02 is #5CE2FD. Grayscale: #424242. Windows color (decimal): -6087422 or 138659. OLE color: 138659.

HSL color Cylindrical-coordinate representation of color #A31D02: hue angle of 10.06º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A31D02 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB163292-
CMYK00.820.990.36
HSL10.06º97.58%32.35%-
HSV(B)10.06º98.77%63.92%-
XYZ15.558.670.91-
YUV65.9991.89197.2-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 84.02%
GREEN value IS 29 (11.72% from 255) = 14.95%
BLUE value IS 2 (1.17% from 255) = 1.03%
R=84.02%
G=14.95%
B=1.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16329200.820.990.3610.0697.5832.35
HexA31D20526324a6220
Octal2433520122143441214240
Binary10100011111011001010010110001110010010101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31D02; }

 p { color: rgb(163,29,2); }

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

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

 a { background-color: rgb(163,29,2); }

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

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

 span { border-color: rgb(163,29,2); }

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