#a31a07

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

Shades of Fire Brick #A31A07

Tints of Fire Brick #A31A07

Color information

#A31A07 (or 0xA31A07) is unknown color: approx Fire Brick. HEX triplet: A3, 1A and 07. RGB value is (163,26,7). Sum of RGB (Red+Green+Blue) = 163+26+7=196 (25% of max value = 765). Red value is 163 (64.06% from 255 or 83.16% from 196); Green value is 26 (10.55% from 255 or 13.27% from 196); Blue value is 7 (3.12% from 255 or 3.57% from 196); Max value from RGB is 163 - color contains mainly: red. Hex color #A31A07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A31A07 is #5CE5F8. Grayscale: #414141. Windows color (decimal): -6088185 or 465571. OLE color: 465571.

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

Color convert

RGB163267-
CMYK00.840.960.36
HSL7.31º91.76%33.33%-
HSV(B)7.31º95.71%63.92%-
XYZ15.518.541.03-
YUV64.895.39198.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 83.16%
GREEN value IS 26 (10.55% from 255) = 13.27%
BLUE value IS 7 (3.12% from 255) = 3.57%
R=83.16%
G=13.27%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16326700.840.960.367.3191.7633.33
HexA31A7054602475c21
Octal243327012414044713441
Binary10100011110101110101010011000001001001111011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a31a07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a31a07; }

 p { color: rgb(163,26,7); }

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

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

 a { background-color: rgb(163,26,7); }

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

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

 span { border-color: rgb(163,26,7); }

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