#AF0306

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

Shades of Sangria #AF0306

Tints of Sangria #AF0306

Color information

#AF0306 (or 0xAF0306) is unknown color: approx Sangria. HEX triplet: AF, 03 and 06. RGB value is (175,3,6). Sum of RGB (Red+Green+Blue) = 175+3+6=184 (24% of max value = 765). Red value is 175 (68.75% from 255 or 95.11% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 6 (2.73% from 255 or 3.26% from 184); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0306 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0306 is #50FCF9. Grayscale: #363636. Windows color (decimal): -5307642 or 394159. OLE color: 394159.

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

Color convert

RGB17536-
CMYK00.980.970.31
HSL358.95º96.63%34.9%-
HSV(B)358.95º98.29%68.63%-
XYZ17.749.191.01-
YUV54.77100.48213.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 95.11%
GREEN value IS 3 (1.56% from 255) = 1.63%
BLUE value IS 6 (2.73% from 255) = 3.26%
R=95.11%
G=1.63%
B=3.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1753600.980.970.31358.9596.6334.9
HexAF36062611F1676123
Octal2573601421413754714143
Binary1010111111110011000101100001111111011001111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0306; }

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

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

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

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

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

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

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

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