Html Css Color HEX #A11010 Fire Brick

📋 copy color: '#A11010'

red 161 ◦ green 16 ◦ blue 16

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

Shades of Fire Brick #A11010

Tints of Fire Brick #A11010

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.29%

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

R = 83.42%
G = 8.29%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.37

RGB Variations

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

Color information

#A11010 (or 0xA11010) is known color: Fire Brick. HEX triplet: A1, 10 and 10. RGB value is (161,16,16). Sum of RGB (Red+Green+Blue) = 161+16+16=193 (25% of max value = 765). Red value is 161 (63.28% from 255 or 83.42% from 193); Green value is 16 (6.64% from 255 or 8.29% from 193); Blue value is 16 (6.64% from 255 or 8.29% from 193); Max value from RGB is 161 - color contains mainly: red. Hex color #A11010 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11010 is #5EEFEF. Grayscale: #3B3B3B. Windows color (decimal): -6221808 or 1052833. OLE color: 1052833.

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

Color convert

RGB 161 16 16 -
CMYK 0 0.90 0.90 0.37
HSL 0.82% 0.35% -
HSV(B) 0.9% 0.63% -
XYZ 14.98 7.99 1.24 -
YUV 59.36 103.54 200.5 -
System Red Green Blue C M Y K H S L
Decimal 161 16 16 0 0.90 0.90 0.37 0 0.82 0.35
Hex A1 10 10 0 5A 5A 25 0 52 23
Octal 241 20 20 0 132 132 45 0 122 43
Binary 10100001 10000 10000 0 1011010 1011010 100101 0 1010010 100011

Color Harmonies of #A11010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11010

Black with #A11010

Text Example


Text Example

White with #A11010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11010; }

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

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

background-color css

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

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

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

border-color css

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

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

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