Html Css Color HEX #A31D14 Fire Brick

📋 copy color: '#A31D14'

red 163 ◦ green 29 ◦ blue 20

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

Shades of Fire Brick #A31D14

Tints of Fire Brick #A31D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.43%

R = 76.89%
G = 13.68%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A31D14 (or 0xA31D14) is known color: Fire Brick. HEX triplet: A3, 1D and 14. RGB value is (163,29,20). Sum of RGB (Red+Green+Blue) = 163+29+20=212 (28% of max value = 765). Red value is 163 (64.06% from 255 or 76.89% from 212); Green value is 29 (11.72% from 255 or 13.68% from 212); Blue value is 20 (8.20% from 255 or 9.43% from 212); Max value from RGB is 163 - color contains mainly: red. Hex color #A31D14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A31D14 is #5CE2EB. Grayscale: #444444. Windows color (decimal): -6087404 or 1318307. OLE color: 1318307.

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

Color convert

RGB 163 29 20 -
CMYK 0 0.82 0.88 0.36
HSL 3.78º 0.78% 0.36% -
HSV(B) 3.78º 0.88% 0.64% -
XYZ 15.67 8.72 1.52 -
YUV 68.04 100.89 195.73 -
System Red Green Blue C M Y K H S L
Decimal 163 29 20 0 0.82 0.88 0.36 3.78 0.78 0.36
Hex A3 1D 14 0 52 58 24 4 4E 24
Octal 243 35 24 0 122 130 44 4 116 44
Binary 10100011 11101 10100 0 1010010 1011000 100100 100 1001110 100100

Color Harmonies of #A31D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31D14

Black with #A31D14

Text Example


Text Example

White with #A31D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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