#A71E02

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

Shades of Fire Brick #A71E02

Tints of Fire Brick #A71E02

Color information

#A71E02 (or 0xA71E02) is unknown color: approx Fire Brick. HEX triplet: A7, 1E and 02. RGB value is (167,30,2). Sum of RGB (Red+Green+Blue) = 167+30+2=199 (26% of max value = 765). Red value is 167 (65.62% from 255 or 83.92% from 199); Green value is 30 (12.11% from 255 or 15.08% from 199); Blue value is 2 (1.17% from 255 or 1.01% from 199); Max value from RGB is 167 - color contains mainly: red. Hex color #A71E02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A71E02 is #58E1FD. Grayscale: #444444. Windows color (decimal): -5825022 or 138919. OLE color: 138919.

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

Color convert

RGB167302-
CMYK00.820.990.35
HSL10.18º97.63%33.14%-
HSV(B)10.18º98.8%65.49%-
XYZ16.419.150.96-
YUV67.7790.89198.78-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 83.92%
GREEN value IS 30 (12.11% from 255) = 15.08%
BLUE value IS 2 (1.17% from 255) = 1.01%
R=83.92%
G=15.08%
B=1.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16730200.820.990.3510.1897.6333.14
HexA71E20526323a6221
Octal2473620122143431214241
Binary10100111111101001010010110001110001110101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71E02; }

 p { color: rgb(167,30,2); }

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

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

 a { background-color: rgb(167,30,2); }

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

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

 span { border-color: rgb(167,30,2); }

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