Html Css Color HEX #AD0208 Sangria

📋 copy color: '#AD0208'

red 173 ◦ green 2 ◦ blue 8

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

Shades of Sangria #AD0208

Tints of Sangria #AD0208

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.09%

 BLUE value IS 8 (3.52% from 255) = 4.37%

R = 94.54%
G = 1.09%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AD0208 (or 0xAD0208) is known color: Sangria. HEX triplet: AD, 02 and 08. RGB value is (173,2,8). Sum of RGB (Red+Green+Blue) = 173+2+8=183 (24% of max value = 765). Red value is 173 (67.97% from 255 or 94.54% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 8 (3.52% from 255 or 4.37% from 183); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0208 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0208 is #52FDF7. Grayscale: #353535. Windows color (decimal): -5438968 or 524973. OLE color: 524973.

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

Color convert

RGB 173 2 8 -
CMYK 0 0.99 0.95 0.32
HSL 357.89º 0.98% 0.34% -
HSV(B) 357.89º 0.99% 0.68% -
XYZ 17.3 8.95 1.04 -
YUV 53.81 102.15 213.01 -
System Red Green Blue C M Y K H S L
Decimal 173 2 8 0 0.99 0.95 0.32 357.89 0.98 0.34
Hex AD 2 8 0 63 5F 20 166 62 22
Octal 255 2 10 0 143 137 40 546 142 42
Binary 10101101 10 1000 0 1100011 1011111 100000 101100110 1100010 100010

Color Harmonies of #AD0208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0208

Black with #AD0208

Text Example


Text Example

White with #AD0208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0208; }

 p { color: rgb(173,2,8); }

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

background-color css

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

 a { background-color: rgb(173,2,8); }

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

border-color css

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

 span { border-color: rgb(173,2,8); }

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