Html Css Color HEX #A31D16 Fire Brick

📋 copy color: '#A31D16'

red 163 ◦ green 29 ◦ blue 22

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

Shades of Fire Brick #A31D16

Tints of Fire Brick #A31D16

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.55%

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

R = 76.17%
G = 13.55%
B = 10.28%

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

#A31D16 (or 0xA31D16) is known color: Fire Brick. HEX triplet: A3, 1D and 16. RGB value is (163,29,22). Sum of RGB (Red+Green+Blue) = 163+29+22=214 (28% of max value = 765). Red value is 163 (64.06% from 255 or 76.17% from 214); Green value is 29 (11.72% from 255 or 13.55% from 214); Blue value is 22 (8.98% from 255 or 10.28% from 214); Max value from RGB is 163 - color contains mainly: red. Hex color #A31D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A31D16 is #5CE2E9. Grayscale: #444444. Windows color (decimal): -6087402 or 1449379. OLE color: 1449379.

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

Color convert

RGB 163 29 22 -
CMYK 0 0.82 0.87 0.36
HSL 2.98º 0.76% 0.36% -
HSV(B) 2.98º 0.87% 0.64% -
XYZ 15.69 8.72 1.62 -
YUV 68.27 101.89 195.57 -
System Red Green Blue C M Y K H S L
Decimal 163 29 22 0 0.82 0.87 0.36 2.98 0.76 0.36
Hex A3 1D 16 0 52 57 24 3 4C 24
Octal 243 35 26 0 122 127 44 3 114 44
Binary 10100011 11101 10110 0 1010010 1010111 100100 11 1001100 100100

Color Harmonies of #A31D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31D16

Black with #A31D16

Text Example


Text Example

White with #A31D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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