Html Css Color HEX #A31E16 Fire Brick

📋 copy color: '#A31E16'

red 163 ◦ green 30 ◦ blue 22

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

Shades of Fire Brick #A31E16

Tints of Fire Brick #A31E16

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.95%

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

R = 75.81%
G = 13.95%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A31E16 (or 0xA31E16) is known color: Fire Brick. HEX triplet: A3, 1E and 16. RGB value is (163,30,22). Sum of RGB (Red+Green+Blue) = 163+30+22=215 (28% of max value = 765). Red value is 163 (64.06% from 255 or 75.81% from 215); Green value is 30 (12.11% from 255 or 13.95% from 215); Blue value is 22 (8.98% from 255 or 10.23% from 215); Max value from RGB is 163 - color contains mainly: red. Hex color #A31E16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A31E16 is #5CE1E9. Grayscale: #454545. Windows color (decimal): -6087146 or 1449635. OLE color: 1449635.

HSL color Cylindrical-coordinate representation of color #A31E16: hue angle of 3.4º 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 #A31E16 is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 30 22 -
CMYK 0 0.82 0.87 0.36
HSL 3.4º 0.76% 0.36% -
HSV(B) 3.4º 0.87% 0.64% -
XYZ 15.71 8.77 1.62 -
YUV 68.86 101.56 195.15 -
System Red Green Blue C M Y K H S L
Decimal 163 30 22 0 0.82 0.87 0.36 3.4 0.76 0.36
Hex A3 1E 16 0 52 57 24 3 4C 24
Octal 243 36 26 0 122 127 44 3 114 44
Binary 10100011 11110 10110 0 1010010 1010111 100100 11 1001100 100100

Color Harmonies of #A31E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31E16

Black with #A31E16

Text Example


Text Example

White with #A31E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31E16; }

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

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

background-color css

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

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

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

border-color css

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

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

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