Html Css Color HEX #AD0C20 Carmine

📋 copy color: '#AD0C20'

red 173 ◦ green 12 ◦ blue 32

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

Shades of Carmine #AD0C20

Tints of Carmine #AD0C20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.75%

R = 79.72%
G = 5.53%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD0C20 (or 0xAD0C20) is known color: Carmine. HEX triplet: AD, 0C and 20. RGB value is (173,12,32). Sum of RGB (Red+Green+Blue) = 173+12+32=217 (28% of max value = 765). Red value is 173 (67.97% from 255 or 79.72% from 217); Green value is 12 (5.08% from 255 or 5.53% from 217); Blue value is 32 (12.89% from 255 or 14.75% from 217); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0C20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0C20 is #52F3DF. Grayscale: #3E3E3E. Windows color (decimal): -5436384 or 2100397. OLE color: 2100397.

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

Color convert

RGB 173 12 32 -
CMYK 0 0.93 0.82 0.32
HSL 352.55º 0.87% 0.36% -
HSV(B) 352.55º 0.93% 0.68% -
XYZ 17.63 9.25 2.22 -
YUV 62.42 110.84 206.87 -
System Red Green Blue C M Y K H S L
Decimal 173 12 32 0 0.93 0.82 0.32 352.55 0.87 0.36
Hex AD C 20 0 5D 52 20 161 57 24
Octal 255 14 40 0 135 122 40 541 127 44
Binary 10101101 1100 100000 0 1011101 1010010 100000 101100001 1010111 100100

Color Harmonies of #AD0C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0C20

Black with #AD0C20

Text Example


Text Example

White with #AD0C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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