#A60003

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

Shades of Sangria #A60003

Tints of Sangria #A60003

Color information

#A60003 (or 0xA60003) is unknown color: approx Sangria. HEX triplet: A6, 00 and 03. RGB value is (166,0,3). Sum of RGB (Red+Green+Blue) = 166+0+3=169 (22% of max value = 765). Red value is 166 (65.23% from 255 or 98.22% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 3 (1.56% from 255 or 1.78% from 169); Max value from RGB is 166 - color contains mainly: red. Hex color #A60003 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60003 is #59FFFC. Grayscale: #323232. Windows color (decimal): -5898237 or 196774. OLE color: 196774.

HSL color Cylindrical-coordinate representation of color #A60003: hue angle of 358.92º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A60003 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.35.

Color convert

RGB16603-
CMYK010.980.35
HSL358.92º100%32.55%-
HSV(B)358.92º100%65.1%-
XYZ15.748.110.82-
YUV49.98101.5210.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 98.22%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 3 (1.56% from 255) = 1.78%
R=98.22%
G=0%
B=1.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.98
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16603010.980.35358.9210032.55
HexA60306462231676421
Octal2460301441424354714441
Binary101001100110110010011000101000111011001111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60003; }

 p { color: rgb(166,0,3); }

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

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

 a { background-color: rgb(166,0,3); }

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

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

 span { border-color: rgb(166,0,3); }

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