Html Css Color HEX #A51A17 Fire Brick

📋 copy color: '#A51A17'

red 165 ◦ green 26 ◦ blue 23

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

Shades of Fire Brick #A51A17

Tints of Fire Brick #A51A17

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.15%

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

R = 77.1%
G = 12.15%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A51A17 (or 0xA51A17) is known color: Fire Brick. HEX triplet: A5, 1A and 17. RGB value is (165,26,23). Sum of RGB (Red+Green+Blue) = 165+26+23=214 (28% of max value = 765). Red value is 165 (64.84% from 255 or 77.10% from 214); Green value is 26 (10.55% from 255 or 12.15% from 214); Blue value is 23 (9.38% from 255 or 10.75% from 214); Max value from RGB is 165 - color contains mainly: red. Hex color #A51A17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A51A17 is #5AE5E8. Grayscale: #434343. Windows color (decimal): -5957097 or 1514149. OLE color: 1514149.

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

Color convert

RGB 165 26 23 -
CMYK 0 0.84 0.86 0.35
HSL 1.27º 0.76% 0.37% -
HSV(B) 1.27º 0.86% 0.65% -
XYZ 16.04 8.8 1.66 -
YUV 67.22 103.05 197.74 -
System Red Green Blue C M Y K H S L
Decimal 165 26 23 0 0.84 0.86 0.35 1.27 0.76 0.37
Hex A5 1A 17 0 54 56 23 1 4C 25
Octal 245 32 27 0 124 126 43 1 114 45
Binary 10100101 11010 10111 0 1010100 1010110 100011 1 1001100 100101

Color Harmonies of #A51A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51A17

Black with #A51A17

Text Example


Text Example

White with #A51A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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