Html Css Color HEX #AD0029 Carmine

📋 copy color: '#AD0029'

red 173 ◦ green 0 ◦ blue 41

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

Shades of Carmine #AD0029

Tints of Carmine #AD0029

RGB

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

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

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

R = 80.84%
G = 0%
B = 19.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AD0029 (or 0xAD0029) is known color: Carmine. HEX triplet: AD, 00 and 29. RGB value is (173,0,41). Sum of RGB (Red+Green+Blue) = 173+0+41=214 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.84% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 41 (16.41% from 255 or 19.16% from 214); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0029 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0029 is #52FFD6. Grayscale: #383838. Windows color (decimal): -5439447 or 2687149. OLE color: 2687149.

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

Color convert

RGB 173 0 41 -
CMYK 0 1 0.76 0.32
HSL 345.78º 1% 0.34% -
HSV(B) 345.78º 1% 0.68% -
XYZ 17.63 9.04 2.91 -
YUV 56.4 119.31 211.17 -
System Red Green Blue C M Y K H S L
Decimal 173 0 41 0 1 0.76 0.32 345.78 1 0.34
Hex AD 0 29 0 64 4C 20 15A 64 22
Octal 255 0 51 0 144 114 40 532 144 42
Binary 10101101 0 101001 0 1100100 1001100 100000 101011010 1100100 100010

Color Harmonies of #AD0029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0029

Black with #AD0029

Text Example


Text Example

White with #AD0029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0029; }

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

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

background-color css

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

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

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

border-color css

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

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

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