Html Css Color HEX #A11717 Fire Brick

📋 copy color: '#A11717'

red 161 ◦ green 23 ◦ blue 23

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

Shades of Fire Brick #A11717

Tints of Fire Brick #A11717

RGB

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

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

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

R = 77.78%
G = 11.11%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A11717 (or 0xA11717) is known color: Fire Brick. HEX triplet: A1, 17 and 17. RGB value is (161,23,23). Sum of RGB (Red+Green+Blue) = 161+23+23=207 (27% of max value = 765). Red value is 161 (63.28% from 255 or 77.78% from 207); Green value is 23 (9.38% from 255 or 11.11% from 207); Blue value is 23 (9.38% from 255 or 11.11% from 207); Max value from RGB is 161 - color contains mainly: red. Hex color #A11717 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11717 is #5EE8E8. Grayscale: #404040. Windows color (decimal): -6220009 or 1513377. OLE color: 1513377.

HSL color Cylindrical-coordinate representation of color #A11717: hue angle of 0º 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 #A11717 is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 23 23 -
CMYK 0 0.86 0.86 0.37
HSL 0.75% 0.36% -
HSV(B) 0.86% 0.63% -
XYZ 15.16 8.25 1.6 -
YUV 64.26 104.72 197 -
System Red Green Blue C M Y K H S L
Decimal 161 23 23 0 0.86 0.86 0.37 0 0.75 0.36
Hex A1 17 17 0 56 56 25 0 4B 24
Octal 241 27 27 0 126 126 45 0 113 44
Binary 10100001 10111 10111 0 1010110 1010110 100101 0 1001011 100100

Color Harmonies of #A11717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11717

Black with #A11717

Text Example


Text Example

White with #A11717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11717; }

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

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

background-color css

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

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

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

border-color css

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

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

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