Html Css Color HEX #AD0C29 Carmine

📋 copy color: '#AD0C29'

red 173 ◦ green 12 ◦ blue 41

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

Shades of Carmine #AD0C29

Tints of Carmine #AD0C29

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.31%

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

R = 76.55%
G = 5.31%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AD0C29 (or 0xAD0C29) is known color: Carmine. HEX triplet: AD, 0C and 29. RGB value is (173,12,41). Sum of RGB (Red+Green+Blue) = 173+12+41=226 (29% of max value = 765). Red value is 173 (67.97% from 255 or 76.55% from 226); Green value is 12 (5.08% from 255 or 5.31% from 226); Blue value is 41 (16.41% from 255 or 18.14% from 226); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0C29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0C29 is #52F3D6. Grayscale: #3F3F3F. Windows color (decimal): -5436375 or 2690221. OLE color: 2690221.

HSL color Cylindrical-coordinate representation of color #AD0C29: hue angle of 349.19º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD0C29 is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 12 41 -
CMYK 0 0.93 0.76 0.32
HSL 349.19º 0.87% 0.36% -
HSV(B) 349.19º 0.93% 0.68% -
XYZ 17.77 9.31 2.96 -
YUV 63.45 115.34 206.14 -
System Red Green Blue C M Y K H S L
Decimal 173 12 41 0 0.93 0.76 0.32 349.19 0.87 0.36
Hex AD C 29 0 5D 4C 20 15D 57 24
Octal 255 14 51 0 135 114 40 535 127 44
Binary 10101101 1100 101001 0 1011101 1001100 100000 101011101 1010111 100100

Color Harmonies of #AD0C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0C29

Black with #AD0C29

Text Example


Text Example

White with #AD0C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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