Html Css Color HEX #AD0329 Carmine

📋 copy color: '#AD0329'

red 173 ◦ green 3 ◦ blue 41

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

Shades of Carmine #AD0329

Tints of Carmine #AD0329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 18.89%

R = 79.72%
G = 1.38%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AD0329 (or 0xAD0329) is known color: Carmine. HEX triplet: AD, 03 and 29. RGB value is (173,3,41). Sum of RGB (Red+Green+Blue) = 173+3+41=217 (28% of max value = 765). Red value is 173 (67.97% from 255 or 79.72% from 217); Green value is 3 (1.56% from 255 or 1.38% from 217); Blue value is 41 (16.41% from 255 or 18.89% from 217); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0329 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0329 is #52FCD6. Grayscale: #3A3A3A. Windows color (decimal): -5438679 or 2687917. OLE color: 2687917.

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

Color convert

RGB 173 3 41 -
CMYK 0 0.98 0.76 0.32
HSL 346.59º 0.97% 0.35% -
HSV(B) 346.59º 0.98% 0.68% -
XYZ 17.67 9.11 2.93 -
YUV 58.16 118.32 209.91 -
System Red Green Blue C M Y K H S L
Decimal 173 3 41 0 0.98 0.76 0.32 346.59 0.97 0.35
Hex AD 3 29 0 62 4C 20 15B 61 23
Octal 255 3 51 0 142 114 40 533 141 43
Binary 10101101 11 101001 0 1100010 1001100 100000 101011011 1100001 100011

Color Harmonies of #AD0329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0329

Black with #AD0329

Text Example


Text Example

White with #AD0329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0329; }

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

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

background-color css

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

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

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

border-color css

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

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

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