Html Css Color HEX #AD0014 Carmine

📋 copy color: '#AD0014'

red 173 ◦ green 0 ◦ blue 20

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

Shades of Carmine #AD0014

Tints of Carmine #AD0014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.36%

R = 89.64%
G = 0%
B = 10.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD0014 (or 0xAD0014) is known color: Carmine. HEX triplet: AD, 00 and 14. RGB value is (173,0,20). Sum of RGB (Red+Green+Blue) = 173+0+20=193 (25% of max value = 765). Red value is 173 (67.97% from 255 or 89.64% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 20 (8.20% from 255 or 10.36% from 193); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0014 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0014 is #52FFEB. Grayscale: #363636. Windows color (decimal): -5439468 or 1310893. OLE color: 1310893.

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

Color convert

RGB 173 0 20 -
CMYK 0 1 0.88 0.32
HSL 353.06º 1% 0.34% -
HSV(B) 353.06º 1% 0.68% -
XYZ 17.36 8.93 1.47 -
YUV 54.01 108.81 212.87 -
System Red Green Blue C M Y K H S L
Decimal 173 0 20 0 1 0.88 0.32 353.06 1 0.34
Hex AD 0 14 0 64 58 20 161 64 22
Octal 255 0 24 0 144 130 40 541 144 42
Binary 10101101 0 10100 0 1100100 1011000 100000 101100001 1100100 100010

Color Harmonies of #AD0014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0014

Black with #AD0014

Text Example


Text Example

White with #AD0014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0014; }

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

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

background-color css

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

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

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

border-color css

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

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

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