Html Css Color HEX #AD0010 Carmine

📋 copy color: '#AD0010'

red 173 ◦ green 0 ◦ blue 16

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

Shades of Carmine #AD0010

Tints of Carmine #AD0010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.47%

R = 91.53%
G = 0%
B = 8.47%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD0010 (or 0xAD0010) is known color: Carmine. HEX triplet: AD, 00 and 10. RGB value is (173,0,16). Sum of RGB (Red+Green+Blue) = 173+0+16=189 (25% of max value = 765). Red value is 173 (67.97% from 255 or 91.53% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 16 (6.64% from 255 or 8.47% from 189); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0010 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0010 is #52FFEF. Grayscale: #353535. Windows color (decimal): -5439472 or 1048749. OLE color: 1048749.

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

Color convert

RGB 173 0 16 -
CMYK 0 1 0.91 0.32
HSL 354.45º 1% 0.34% -
HSV(B) 354.45º 1% 0.68% -
XYZ 17.33 8.92 1.3 -
YUV 53.55 106.81 213.2 -
System Red Green Blue C M Y K H S L
Decimal 173 0 16 0 1 0.91 0.32 354.45 1 0.34
Hex AD 0 10 0 64 5B 20 162 64 22
Octal 255 0 20 0 144 133 40 542 144 42
Binary 10101101 0 10000 0 1100100 1011011 100000 101100010 1100100 100010

Color Harmonies of #AD0010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0010

Black with #AD0010

Text Example


Text Example

White with #AD0010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0010; }

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

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

background-color css

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

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

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

border-color css

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

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

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