Html Css Color HEX #A11A19 Fire Brick

📋 copy color: '#A11A19'

red 161 ◦ green 26 ◦ blue 25

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

Shades of Fire Brick #A11A19

Tints of Fire Brick #A11A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.79%

R = 75.94%
G = 12.26%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A11A19 (or 0xA11A19) is known color: Fire Brick. HEX triplet: A1, 1A and 19. RGB value is (161,26,25). Sum of RGB (Red+Green+Blue) = 161+26+25=212 (28% of max value = 765). Red value is 161 (63.28% from 255 or 75.94% from 212); Green value is 26 (10.55% from 255 or 12.26% from 212); Blue value is 25 (10.16% from 255 or 11.79% from 212); Max value from RGB is 161 - color contains mainly: red. Hex color #A11A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A11A19 is #5EE5E6. Grayscale: #424242. Windows color (decimal): -6219239 or 1645217. OLE color: 1645217.

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

Color convert

RGB 161 26 25 -
CMYK 0 0.84 0.84 0.37
HSL 0.44º 0.73% 0.36% -
HSV(B) 0.44º 0.84% 0.63% -
XYZ 15.24 8.39 1.73 -
YUV 66.25 104.73 195.58 -
System Red Green Blue C M Y K H S L
Decimal 161 26 25 0 0.84 0.84 0.37 0.44 0.73 0.36
Hex A1 1A 19 0 54 54 25 0 49 24
Octal 241 32 31 0 124 124 45 0 111 44
Binary 10100001 11010 11001 0 1010100 1010100 100101 0 1001001 100100

Color Harmonies of #A11A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11A19

Black with #A11A19

Text Example


Text Example

White with #A11A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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