#A62003

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

Shades of Fire Brick #A62003

Tints of Fire Brick #A62003

Color information

#A62003 (or 0xA62003) is unknown color: approx Fire Brick. HEX triplet: A6, 20 and 03. RGB value is (166,32,3). Sum of RGB (Red+Green+Blue) = 166+32+3=201 (26% of max value = 765). Red value is 166 (65.23% from 255 or 82.59% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 3 (1.56% from 255 or 1.49% from 201); Max value from RGB is 166 - color contains mainly: red. Hex color #A62003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62003 is #59DFFC. Grayscale: #454545. Windows color (decimal): -5890045 or 204966. OLE color: 204966.

HSL color Cylindrical-coordinate representation of color #A62003: hue angle of 10.67º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A62003 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.35.

Color convert

RGB166323-
CMYK00.810.980.35
HSL10.67º96.45%33.14%-
HSV(B)10.67º98.19%65.1%-
XYZ16.269.150.99-
YUV68.7690.89197.36-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 82.59%
GREEN value IS 32 (12.89% from 255) = 15.92%
BLUE value IS 3 (1.56% from 255) = 1.49%
R=82.59%
G=15.92%
B=1.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.98
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16632300.810.980.3510.6796.4533.14
HexA62030516223b6021
Octal2464030121142431314041
Binary101001101000001101010001110001010001110111100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62003; }

 p { color: rgb(166,32,3); }

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

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

 a { background-color: rgb(166,32,3); }

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

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

 span { border-color: rgb(166,32,3); }

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