Html Css Color HEX #A11A17 Fire Brick

📋 copy color: '#A11A17'

red 161 ◦ green 26 ◦ blue 23

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

Shades of Fire Brick #A11A17

Tints of Fire Brick #A11A17

RGB

 RED value IS 161 (63.28% from 255) = 76.67%

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

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

R = 76.67%
G = 12.38%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A11A17 (or 0xA11A17) is known color: Fire Brick. HEX triplet: A1, 1A and 17. RGB value is (161,26,23). Sum of RGB (Red+Green+Blue) = 161+26+23=210 (27% of max value = 765). Red value is 161 (63.28% from 255 or 76.67% from 210); Green value is 26 (10.55% from 255 or 12.38% from 210); Blue value is 23 (9.38% from 255 or 10.95% from 210); Max value from RGB is 161 - color contains mainly: red. Hex color #A11A17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A11A17 is #5EE5E8. Grayscale: #424242. Windows color (decimal): -6219241 or 1514145. OLE color: 1514145.

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

Color convert

RGB 161 26 23 -
CMYK 0 0.84 0.86 0.37
HSL 1.3º 0.75% 0.36% -
HSV(B) 1.3º 0.86% 0.63% -
XYZ 15.22 8.38 1.63 -
YUV 66.02 103.73 195.74 -
System Red Green Blue C M Y K H S L
Decimal 161 26 23 0 0.84 0.86 0.37 1.3 0.75 0.36
Hex A1 1A 17 0 54 56 25 1 4B 24
Octal 241 32 27 0 124 126 45 1 113 44
Binary 10100001 11010 10111 0 1010100 1010110 100101 1 1001011 100100

Color Harmonies of #A11A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11A17

Black with #A11A17

Text Example


Text Example

White with #A11A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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