Html Css Color HEX #AD0106 Sangria

📋 copy color: '#AD0106'

red 173 ◦ green 1 ◦ blue 6

#AD0106
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sangria #AD0106

Tints of Sangria #AD0106

RGB

 RED value IS 173 (67.97% from 255) = 96.11%

 GREEN value IS 1 (0.78% from 255) = 0.56%

 BLUE value IS 6 (2.73% from 255) = 3.33%

R = 96.11%
G = 0.56%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD0106 (or 0xAD0106) is known color: Sangria. HEX triplet: AD, 01 and 06. RGB value is (173,1,6). Sum of RGB (Red+Green+Blue) = 173+1+6=180 (23% of max value = 765). Red value is 173 (67.97% from 255 or 96.11% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 6 (2.73% from 255 or 3.33% from 180); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0106 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0106 is #52FEF9. Grayscale: #353535. Windows color (decimal): -5439226 or 393645. OLE color: 393645.

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

Color convert

RGB 173 1 6 -
CMYK 0 0.99 0.97 0.32
HSL 358.26º 0.99% 0.34% -
HSV(B) 358.26º 0.99% 0.68% -
XYZ 17.28 8.92 0.98 -
YUV 53 101.48 213.59 -
System Red Green Blue C M Y K H S L
Decimal 173 1 6 0 0.99 0.97 0.32 358.26 0.99 0.34
Hex AD 1 6 0 63 61 20 166 63 22
Octal 255 1 6 0 143 141 40 546 143 42
Binary 10101101 1 110 0 1100011 1100001 100000 101100110 1100011 100010

Color Harmonies of #AD0106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0106

Black with #AD0106

Text Example


Text Example

White with #AD0106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0106; }

 p { color: rgb(173,1,6); }

 H1.HeaderClassName
 {
   color: #AD0106;
 }
 .AnyTagClassName
 {
   color: #AD0106;
 }
</style>

background-color css

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

 a { background-color: rgb(173,1,6); }

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

border-color css

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

 span { border-color: rgb(173,1,6); }

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