Html Css Color HEX #A11817 Fire Brick

📋 copy color: '#A11817'

red 161 ◦ green 24 ◦ blue 23

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

Shades of Fire Brick #A11817

Tints of Fire Brick #A11817

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.54%

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

R = 77.4%
G = 11.54%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A11817 (or 0xA11817) is known color: Fire Brick. HEX triplet: A1, 18 and 17. RGB value is (161,24,23). Sum of RGB (Red+Green+Blue) = 161+24+23=208 (27% of max value = 765). Red value is 161 (63.28% from 255 or 77.40% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 23 (9.38% from 255 or 11.06% from 208); Max value from RGB is 161 - color contains mainly: red. Hex color #A11817 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11817 is #5EE7E8. Grayscale: #404040. Windows color (decimal): -6219753 or 1513633. OLE color: 1513633.

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

Color convert

RGB 161 24 23 -
CMYK 0 0.85 0.86 0.37
HSL 0.43º 0.75% 0.36% -
HSV(B) 0.43º 0.86% 0.63% -
XYZ 15.18 8.29 1.61 -
YUV 64.85 104.39 196.58 -
System Red Green Blue C M Y K H S L
Decimal 161 24 23 0 0.85 0.86 0.37 0.43 0.75 0.36
Hex A1 18 17 0 55 56 25 0 4B 24
Octal 241 30 27 0 125 126 45 0 113 44
Binary 10100001 11000 10111 0 1010101 1010110 100101 0 1001011 100100

Color Harmonies of #A11817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11817

Black with #A11817

Text Example


Text Example

White with #A11817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11817; }

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

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

background-color css

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

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

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

border-color css

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

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

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