Html Css Color HEX #A51716 Fire Brick

📋 copy color: '#A51716'

red 165 ◦ green 23 ◦ blue 22

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

Shades of Fire Brick #A51716

Tints of Fire Brick #A51716

RGB

 RED value IS 165 (64.84% from 255) = 78.57%

 GREEN value IS 23 (9.38% from 255) = 10.95%

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

R = 78.57%
G = 10.95%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A51716 (or 0xA51716) is known color: Fire Brick. HEX triplet: A5, 17 and 16. RGB value is (165,23,22). Sum of RGB (Red+Green+Blue) = 165+23+22=210 (27% of max value = 765). Red value is 165 (64.84% from 255 or 78.57% from 210); Green value is 23 (9.38% from 255 or 10.95% from 210); Blue value is 22 (8.98% from 255 or 10.48% from 210); Max value from RGB is 165 - color contains mainly: red. Hex color #A51716 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A51716 is #5AE8E9. Grayscale: #414141. Windows color (decimal): -5957866 or 1447845. OLE color: 1447845.

HSL color Cylindrical-coordinate representation of color #A51716: hue angle of 0.42º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A51716 is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 23 22 -
CMYK 0 0.86 0.87 0.35
HSL 0.42º 0.76% 0.37% -
HSV(B) 0.42º 0.87% 0.65% -
XYZ 15.97 8.67 1.59 -
YUV 65.34 103.54 199.08 -
System Red Green Blue C M Y K H S L
Decimal 165 23 22 0 0.86 0.87 0.35 0.42 0.76 0.37
Hex A5 17 16 0 56 57 23 0 4C 25
Octal 245 27 26 0 126 127 43 0 114 45
Binary 10100101 10111 10110 0 1010110 1010111 100011 0 1001100 100101

Color Harmonies of #A51716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51716

Black with #A51716

Text Example


Text Example

White with #A51716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51716; }

 p { color: rgb(165,23,22); }

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

background-color css

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

 a { background-color: rgb(165,23,22); }

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

border-color css

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

 span { border-color: rgb(165,23,22); }

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