Html Css Color HEX #A31D17 Fire Brick

📋 copy color: '#A31D17'

red 163 ◦ green 29 ◦ blue 23

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

Shades of Fire Brick #A31D17

Tints of Fire Brick #A31D17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.7%

R = 75.81%
G = 13.49%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A31D17 (or 0xA31D17) is known color: Fire Brick. HEX triplet: A3, 1D and 17. RGB value is (163,29,23). Sum of RGB (Red+Green+Blue) = 163+29+23=215 (28% of max value = 765). Red value is 163 (64.06% from 255 or 75.81% from 215); Green value is 29 (11.72% from 255 or 13.49% from 215); Blue value is 23 (9.38% from 255 or 10.70% from 215); Max value from RGB is 163 - color contains mainly: red. Hex color #A31D17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A31D17 is #5CE2E8. Grayscale: #444444. Windows color (decimal): -6087401 or 1514915. OLE color: 1514915.

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

Color convert

RGB 163 29 23 -
CMYK 0 0.82 0.86 0.36
HSL 2.57º 0.75% 0.36% -
HSV(B) 2.57º 0.86% 0.64% -
XYZ 15.7 8.73 1.67 -
YUV 68.38 102.39 195.49 -
System Red Green Blue C M Y K H S L
Decimal 163 29 23 0 0.82 0.86 0.36 2.57 0.75 0.36
Hex A3 1D 17 0 52 56 24 3 4B 24
Octal 243 35 27 0 122 126 44 3 113 44
Binary 10100011 11101 10111 0 1010010 1010110 100100 11 1001011 100100

Color Harmonies of #A31D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31D17

Black with #A31D17

Text Example


Text Example

White with #A31D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31D17; }

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

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

background-color css

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

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

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

border-color css

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

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

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