Html Css Color HEX #A31A16 Fire Brick

📋 copy color: '#A31A16'

red 163 ◦ green 26 ◦ blue 22

#A31A16
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Brick #A31A16

Tints of Fire Brick #A31A16

RGB

 RED value IS 163 (64.06% from 255) = 77.25%

 GREEN value IS 26 (10.55% from 255) = 12.32%

 BLUE value IS 22 (8.98% from 255) = 10.43%

R = 77.25%
G = 12.32%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A31A16 (or 0xA31A16) is known color: Fire Brick. HEX triplet: A3, 1A and 16. RGB value is (163,26,22). Sum of RGB (Red+Green+Blue) = 163+26+22=211 (27% of max value = 765). Red value is 163 (64.06% from 255 or 77.25% from 211); Green value is 26 (10.55% from 255 or 12.32% from 211); Blue value is 22 (8.98% from 255 or 10.43% from 211); Max value from RGB is 163 - color contains mainly: red. Hex color #A31A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A31A16 is #5CE5E9. Grayscale: #424242. Windows color (decimal): -6088170 or 1448611. OLE color: 1448611.

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

Color convert

RGB 163 26 22 -
CMYK 0 0.84 0.87 0.36
HSL 1.7º 0.76% 0.36% -
HSV(B) 1.7º 0.87% 0.64% -
XYZ 15.62 8.58 1.59 -
YUV 66.51 102.89 196.83 -
System Red Green Blue C M Y K H S L
Decimal 163 26 22 0 0.84 0.87 0.36 1.7 0.76 0.36
Hex A3 1A 16 0 54 57 24 2 4C 24
Octal 243 32 26 0 124 127 44 2 114 44
Binary 10100011 11010 10110 0 1010100 1010111 100100 10 1001100 100100

Color Harmonies of #A31A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31A16

Black with #A31A16

Text Example


Text Example

White with #A31A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31A16; }

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

 H1.HeaderClassName
 {
   color: #A31A16;
 }
 .AnyTagClassName
 {
   color: #A31A16;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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