#A31B0B

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

Shades of Fire Brick #A31B0B

Tints of Fire Brick #A31B0B

Color information

#A31B0B (or 0xA31B0B) is unknown color: approx Fire Brick. HEX triplet: A3, 1B and 0B. RGB value is (163,27,11). Sum of RGB (Red+Green+Blue) = 163+27+11=201 (26% of max value = 765). Red value is 163 (64.06% from 255 or 81.09% from 201); Green value is 27 (10.94% from 255 or 13.43% from 201); Blue value is 11 (4.69% from 255 or 5.47% from 201); Max value from RGB is 163 - color contains mainly: red. Hex color #A31B0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A31B0B is #5CE4F4. Grayscale: #424242. Windows color (decimal): -6087925 or 727971. OLE color: 727971.

HSL color Cylindrical-coordinate representation of color #A31B0B: hue angle of 6.32º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A31B0B is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB1632711-
CMYK00.830.930.36
HSL6.32º87.36%34.12%-
HSV(B)6.32º93.25%63.92%-
XYZ15.568.591.16-
YUV65.8497.06197.3-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 81.09%
GREEN value IS 27 (10.94% from 255) = 13.43%
BLUE value IS 11 (4.69% from 255) = 5.47%
R=81.09%
G=13.43%
B=5.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163271100.830.930.366.3287.3634.12
HexA31BB0535D2465722
Octal2433313012313544612742
Binary101000111101110110101001110111011001001101010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31B0B; }

 p { color: rgb(163,27,11); }

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

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

 a { background-color: rgb(163,27,11); }

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

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

 span { border-color: rgb(163,27,11); }

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