Html Css Color HEX #A11F10 Fire Brick

📋 copy color: '#A11F10'

red 161 ◦ green 31 ◦ blue 16

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

Shades of Fire Brick #A11F10

Tints of Fire Brick #A11F10

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.9%

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

R = 77.4%
G = 14.9%
B = 7.69%

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

#A11F10 (or 0xA11F10) is known color: Fire Brick. HEX triplet: A1, 1F and 10. RGB value is (161,31,16). Sum of RGB (Red+Green+Blue) = 161+31+16=208 (27% of max value = 765). Red value is 161 (63.28% from 255 or 77.40% from 208); Green value is 31 (12.5% from 255 or 14.90% from 208); Blue value is 16 (6.64% from 255 or 7.69% from 208); Max value from RGB is 161 - color contains mainly: red. Hex color #A11F10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A11F10 is #5EE0EF. Grayscale: #444444. Windows color (decimal): -6217968 or 1056673. OLE color: 1056673.

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

Color convert

RGB 161 31 16 -
CMYK 0 0.81 0.90 0.37
HSL 6.21º 0.82% 0.35% -
HSV(B) 6.21º 0.9% 0.63% -
XYZ 15.28 8.59 1.34 -
YUV 68.16 98.57 194.22 -
System Red Green Blue C M Y K H S L
Decimal 161 31 16 0 0.81 0.90 0.37 6.21 0.82 0.35
Hex A1 1F 10 0 51 5A 25 6 52 23
Octal 241 37 20 0 121 132 45 6 122 43
Binary 10100001 11111 10000 0 1010001 1011010 100101 110 1010010 100011

Color Harmonies of #A11F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11F10

Black with #A11F10

Text Example


Text Example

White with #A11F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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