Html Css Color HEX #A11E10 Fire Brick

📋 copy color: '#A11E10'

red 161 ◦ green 30 ◦ blue 16

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

Shades of Fire Brick #A11E10

Tints of Fire Brick #A11E10

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.49%

 BLUE value IS 16 (6.64% from 255) = 7.73%

R = 77.78%
G = 14.49%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.37

RGB Variations

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

Color information

#A11E10 (or 0xA11E10) is known color: Fire Brick. HEX triplet: A1, 1E and 10. RGB value is (161,30,16). Sum of RGB (Red+Green+Blue) = 161+30+16=207 (27% of max value = 765). Red value is 161 (63.28% from 255 or 77.78% from 207); Green value is 30 (12.11% from 255 or 14.49% from 207); Blue value is 16 (6.64% from 255 or 7.73% from 207); Max value from RGB is 161 - color contains mainly: red. Hex color #A11E10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A11E10 is #5EE1EF. Grayscale: #434343. Windows color (decimal): -6218224 or 1056417. OLE color: 1056417.

HSL color Cylindrical-coordinate representation of color #A11E10: hue angle of 5.79º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A11E10 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 30 16 -
CMYK 0 0.81 0.90 0.37
HSL 5.79º 0.82% 0.35% -
HSV(B) 5.79º 0.9% 0.63% -
XYZ 15.26 8.54 1.34 -
YUV 67.57 98.9 194.64 -
System Red Green Blue C M Y K H S L
Decimal 161 30 16 0 0.81 0.90 0.37 5.79 0.82 0.35
Hex A1 1E 10 0 51 5A 25 6 52 23
Octal 241 36 20 0 121 132 45 6 122 43
Binary 10100001 11110 10000 0 1010001 1011010 100101 110 1010010 100011

Color Harmonies of #A11E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11E10

Black with #A11E10

Text Example


Text Example

White with #A11E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11E10; }

 p { color: rgb(161,30,16); }

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

background-color css

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

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

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

border-color css

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

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

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