#A80306

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

Shades of Sangria #A80306

Tints of Sangria #A80306

Color information

#A80306 (or 0xA80306) is unknown color: approx Sangria. HEX triplet: A8, 03 and 06. RGB value is (168,3,6). Sum of RGB (Red+Green+Blue) = 168+3+6=177 (23% of max value = 765). Red value is 168 (66.02% from 255 or 94.92% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 6 (2.73% from 255 or 3.39% from 177); Max value from RGB is 168 - color contains mainly: red. Hex color #A80306 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80306 is #57FCF9. Grayscale: #343434. Windows color (decimal): -5766394 or 394152. OLE color: 394152.

HSL color Cylindrical-coordinate representation of color #A80306: hue angle of 358.91º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A80306 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.34.

Color convert

RGB16836-
CMYK00.980.960.34
HSL358.91º96.49%33.53%-
HSV(B)358.91º98.21%65.88%-
XYZ16.218.40.94-
YUV52.68101.66210.26-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 94.92%
GREEN value IS 3 (1.56% from 255) = 1.69%
BLUE value IS 6 (2.73% from 255) = 3.39%
R=94.92%
G=1.69%
B=3.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.96
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1683600.980.960.34358.9196.4933.53
HexA83606260221676022
Octal2503601421404254714042
Binary10101000111100110001011000001000101011001111100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80306; }

 p { color: rgb(168,3,6); }

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

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

 a { background-color: rgb(168,3,6); }

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

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

 span { border-color: rgb(168,3,6); }

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