Html Css Color HEX #AD0306 Sangria

📋 copy color: '#AD0306'

red 173 ◦ green 3 ◦ blue 6

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

Shades of Sangria #AD0306

Tints of Sangria #AD0306

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.65%

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

R = 95.05%
G = 1.65%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD0306 (or 0xAD0306) is known color: Sangria. HEX triplet: AD, 03 and 06. RGB value is (173,3,6). Sum of RGB (Red+Green+Blue) = 173+3+6=182 (24% of max value = 765). Red value is 173 (67.97% from 255 or 95.05% from 182); Green value is 3 (1.56% from 255 or 1.65% from 182); Blue value is 6 (2.73% from 255 or 3.30% from 182); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0306 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0306 is #52FCF9. Grayscale: #363636. Windows color (decimal): -5438714 or 394157. OLE color: 394157.

HSL color Cylindrical-coordinate representation of color #AD0306: hue angle of 358.94º 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 #AD0306 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 3 6 -
CMYK 0 0.98 0.97 0.32
HSL 358.94º 0.97% 0.35% -
HSV(B) 358.94º 0.98% 0.68% -
XYZ 17.3 8.96 0.99 -
YUV 54.17 100.82 212.76 -
System Red Green Blue C M Y K H S L
Decimal 173 3 6 0 0.98 0.97 0.32 358.94 0.97 0.35
Hex AD 3 6 0 62 61 20 167 61 23
Octal 255 3 6 0 142 141 40 547 141 43
Binary 10101101 11 110 0 1100010 1100001 100000 101100111 1100001 100011

Color Harmonies of #AD0306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0306

Black with #AD0306

Text Example


Text Example

White with #AD0306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0306; }

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

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

background-color css

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

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

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

border-color css

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

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

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