Html Css Color HEX #AD0309 Sangria

📋 copy color: '#AD0309'

red 173 ◦ green 3 ◦ blue 9

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

Shades of Sangria #AD0309

Tints of Sangria #AD0309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.86%

R = 93.51%
G = 1.62%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AD0309 (or 0xAD0309) is known color: Sangria. HEX triplet: AD, 03 and 09. RGB value is (173,3,9). Sum of RGB (Red+Green+Blue) = 173+3+9=185 (24% of max value = 765). Red value is 173 (67.97% from 255 or 93.51% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 9 (3.91% from 255 or 4.86% from 185); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0309 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0309 is #52FCF6. Grayscale: #363636. Windows color (decimal): -5438711 or 590765. OLE color: 590765.

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

Color convert

RGB 173 3 9 -
CMYK 0 0.98 0.95 0.32
HSL 357.88º 0.97% 0.35% -
HSV(B) 357.88º 0.98% 0.68% -
XYZ 17.32 8.97 1.08 -
YUV 54.51 102.32 212.51 -
System Red Green Blue C M Y K H S L
Decimal 173 3 9 0 0.98 0.95 0.32 357.88 0.97 0.35
Hex AD 3 9 0 62 5F 20 166 61 23
Octal 255 3 11 0 142 137 40 546 141 43
Binary 10101101 11 1001 0 1100010 1011111 100000 101100110 1100001 100011

Color Harmonies of #AD0309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0309

Black with #AD0309

Text Example


Text Example

White with #AD0309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0309; }

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

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

background-color css

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

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

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

border-color css

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

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

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