#AD0307

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

Shades of Sangria #AD0307

Tints of Sangria #AD0307

Color information

#AD0307 (or 0xAD0307) is unknown color: approx Sangria. HEX triplet: AD, 03 and 07. RGB value is (173,3,7). Sum of RGB (Red+Green+Blue) = 173+3+7=183 (24% of max value = 765). Red value is 173 (67.97% from 255 or 94.54% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 7 (3.12% from 255 or 3.83% from 183); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0307 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0307 is #52FCF8. Grayscale: #363636. Windows color (decimal): -5438713 or 459693. OLE color: 459693.

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

Color convert

RGB17337-
CMYK00.980.960.32
HSL358.59º96.59%34.51%-
HSV(B)358.59º98.27%67.84%-
XYZ17.38.961.02-
YUV54.29101.32212.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 94.54%
GREEN value IS 3 (1.56% from 255) = 1.64%
BLUE value IS 7 (3.12% from 255) = 3.83%
R=94.54%
G=1.64%
B=3.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.96
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1733700.980.960.32358.5996.5934.51
HexAD3706260201676123
Octal2553701421404054714143
Binary10101101111110110001011000001000001011001111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0307; }

 p { color: rgb(173,3,7); }

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

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

 a { background-color: rgb(173,3,7); }

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

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

 span { border-color: rgb(173,3,7); }

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