#A00C0D

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

Shades of Sangria #A00C0D

Tints of Sangria #A00C0D

Color information

#A00C0D (or 0xA00C0D) is unknown color: approx Sangria. HEX triplet: A0, 0C and 0D. RGB value is (160,12,13). Sum of RGB (Red+Green+Blue) = 160+12+13=185 (24% of max value = 765). Red value is 160 (62.89% from 255 or 86.49% from 185); Green value is 12 (5.08% from 255 or 6.49% from 185); Blue value is 13 (5.47% from 255 or 7.03% from 185); Max value from RGB is 160 - color contains mainly: red. Hex color #A00C0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00C0D is #5FF3F2. Grayscale: #383838. Windows color (decimal): -6288371 or 855200. OLE color: 855200.

HSL color Cylindrical-coordinate representation of color #A00C0D: hue angle of 359.59º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00C0D is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.37.

Color convert

RGB1601213-
CMYK00.930.920.37
HSL359.59º86.05%33.73%-
HSV(B)359.59º92.5%62.75%-
XYZ14.77.771.1-
YUV56.37103.53201.92-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 86.49%
GREEN value IS 12 (5.08% from 255) = 6.49%
BLUE value IS 13 (5.47% from 255) = 7.03%
R=86.49%
G=6.49%
B=7.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.92
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160121300.930.920.37359.5986.0533.73
HexA0CD05D5C251685622
Octal240141501351344555012642
Binary10100000110011010101110110111001001011011010001010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00C0D; }

 p { color: rgb(160,12,13); }

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

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

 a { background-color: rgb(160,12,13); }

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

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

 span { border-color: rgb(160,12,13); }

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