Html Css Color HEX #AD0003 Sangria

📋 copy color: '#AD0003'

red 173 ◦ green 0 ◦ blue 3

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

Shades of Sangria #AD0003

Tints of Sangria #AD0003

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 3 (1.56% from 255) = 1.7%

R = 98.3%
G = 0%
B = 1.7%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD0003 (or 0xAD0003) is known color: Sangria. HEX triplet: AD, 00 and 03. RGB value is (173,0,3). Sum of RGB (Red+Green+Blue) = 173+0+3=176 (23% of max value = 765). Red value is 173 (67.97% from 255 or 98.30% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 3 (1.56% from 255 or 1.70% from 176); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0003 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0003 is #52FFFC. Grayscale: #343434. Windows color (decimal): -5439485 or 196781. OLE color: 196781.

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

Color convert

RGB 173 0 3 -
CMYK 0 1 0.98 0.32
HSL 358.96º 1% 0.34% -
HSV(B) 358.96º 1% 0.68% -
XYZ 17.25 8.89 0.89 -
YUV 52.07 100.31 214.26 -
System Red Green Blue C M Y K H S L
Decimal 173 0 3 0 1 0.98 0.32 358.96 1 0.34
Hex AD 0 3 0 64 62 20 167 64 22
Octal 255 0 3 0 144 142 40 547 144 42
Binary 10101101 0 11 0 1100100 1100010 100000 101100111 1100100 100010

Color Harmonies of #AD0003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0003

Black with #AD0003

Text Example


Text Example

White with #AD0003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0003; }

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

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

background-color css

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

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

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

border-color css

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

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

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