#A40B0F

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

Shades of Sangria #A40B0F

Tints of Sangria #A40B0F

Color information

#A40B0F (or 0xA40B0F) is unknown color: approx Sangria. HEX triplet: A4, 0B and 0F. RGB value is (164,11,15). Sum of RGB (Red+Green+Blue) = 164+11+15=190 (25% of max value = 765). Red value is 164 (64.45% from 255 or 86.32% from 190); Green value is 11 (4.69% from 255 or 5.79% from 190); Blue value is 15 (6.25% from 255 or 7.89% from 190); Max value from RGB is 164 - color contains mainly: red. Hex color #A40B0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40B0F is #5BF4F0. Grayscale: #393939. Windows color (decimal): -6026481 or 986020. OLE color: 986020.

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

Color convert

RGB1641115-
CMYK00.930.910.36
HSL358.43º87.43%34.31%-
HSV(B)358.43º93.29%64.31%-
XYZ15.528.171.21-
YUV57.2104.19204.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 86.32%
GREEN value IS 11 (4.69% from 255) = 5.79%
BLUE value IS 15 (6.25% from 255) = 7.89%
R=86.32%
G=5.79%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164111500.930.910.36358.4387.4334.31
HexA4BF05D5B241665722
Octal244131701351334454612742
Binary10100100101111110101110110110111001001011001101010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40B0F; }

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

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

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

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

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

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

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

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