Html Css Color HEX #AD0129 Carmine

📋 copy color: '#AD0129'

red 173 ◦ green 1 ◦ blue 41

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

Shades of Carmine #AD0129

Tints of Carmine #AD0129

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

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

R = 80.47%
G = 0.47%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AD0129 (or 0xAD0129) is known color: Carmine. HEX triplet: AD, 01 and 29. RGB value is (173,1,41). Sum of RGB (Red+Green+Blue) = 173+1+41=215 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.47% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 41 (16.41% from 255 or 19.07% from 215); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0129 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0129 is #52FED6. Grayscale: #393939. Windows color (decimal): -5439191 or 2687405. OLE color: 2687405.

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

Color convert

RGB 173 1 41 -
CMYK 0 0.99 0.76 0.32
HSL 346.05º 0.99% 0.34% -
HSV(B) 346.05º 0.99% 0.68% -
XYZ 17.64 9.07 2.92 -
YUV 56.99 118.98 210.75 -
System Red Green Blue C M Y K H S L
Decimal 173 1 41 0 0.99 0.76 0.32 346.05 0.99 0.34
Hex AD 1 29 0 63 4C 20 15A 63 22
Octal 255 1 51 0 143 114 40 532 143 42
Binary 10101101 1 101001 0 1100011 1001100 100000 101011010 1100011 100010

Color Harmonies of #AD0129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0129

Black with #AD0129

Text Example


Text Example

White with #AD0129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0129; }

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

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

background-color css

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

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

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

border-color css

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

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

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