Html Css Color HEX #AD012E Carmine

📋 copy color: '#AD012E'

red 173 ◦ green 1 ◦ blue 46

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

Shades of Carmine #AD012E

Tints of Carmine #AD012E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 20.91%

R = 78.64%
G = 0.45%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#AD012E (or 0xAD012E) is known color: Carmine. HEX triplet: AD, 01 and 2E. RGB value is (173,1,46). Sum of RGB (Red+Green+Blue) = 173+1+46=220 (29% of max value = 765). Red value is 173 (67.97% from 255 or 78.64% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 46 (18.36% from 255 or 20.91% from 220); Max value from RGB is 173 - color contains mainly: red. Hex color #AD012E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD012E is #52FED1. Grayscale: #393939. Windows color (decimal): -5439186 or 3015085. OLE color: 3015085.

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

Color convert

RGB 173 1 46 -
CMYK 0 0.99 0.73 0.32
HSL 344.3º 0.99% 0.34% -
HSV(B) 344.3º 0.99% 0.68% -
XYZ 17.74 9.1 3.41 -
YUV 57.56 121.48 210.34 -
System Red Green Blue C M Y K H S L
Decimal 173 1 46 0 0.99 0.73 0.32 344.3 0.99 0.34
Hex AD 1 2E 0 63 49 20 158 63 22
Octal 255 1 56 0 143 111 40 530 143 42
Binary 10101101 1 101110 0 1100011 1001001 100000 101011000 1100011 100010

Color Harmonies of #AD012E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD012E

Black with #AD012E

Text Example


Text Example

White with #AD012E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD012E; }

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

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

background-color css

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

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

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

border-color css

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

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

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