#a40f10

Color #A40F10 Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #A40F10

Tints of Sangria #A40F10

Color information

#A40F10 (or 0xA40F10) is unknown color: approx Sangria. HEX triplet: A4, 0F and 10. RGB value is (164,15,16). Sum of RGB (Red+Green+Blue) = 164+15+16=195 (25% of max value = 765). Red value is 164 (64.45% from 255 or 84.10% from 195); Green value is 15 (6.25% from 255 or 7.69% from 195); Blue value is 16 (6.64% from 255 or 8.21% from 195); Max value from RGB is 164 - color contains mainly: red. Hex color #A40F10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40F10 is #5BF0EF. Grayscale: #3B3B3B. Windows color (decimal): -6025456 or 1052580. OLE color: 1052580.

HSL color Cylindrical-coordinate representation of color #A40F10: hue angle of 359.6º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A40F10 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB1641516-
CMYK00.910.900.36
HSL359.6º83.24%35.1%-
HSV(B)359.6º90.85%64.31%-
XYZ15.578.271.27-
YUV59.66103.36202.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 84.10%
GREEN value IS 15 (6.25% from 255) = 7.69%
BLUE value IS 16 (6.64% from 255) = 8.21%
R=84.10%
G=7.69%
B=8.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164151600.910.900.36359.683.2435.1
HexA4F1005B5A241685323
Octal244172001331324455012343
Binary101001001111100000101101110110101001001011010001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a40f10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a40f10; }

 p { color: rgb(164,15,16); }

 H1.HeaderClassName
 {
   color: #a40f10;
 }
 .AnyTagClassName
 {
   color: #a40f10;
 }
</style>
background-color css

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

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

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

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

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

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