Html Css Color HEX #AD012B Carmine

📋 copy color: '#AD012B'

red 173 ◦ green 1 ◦ blue 43

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

Shades of Carmine #AD012B

Tints of Carmine #AD012B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 19.82%

R = 79.72%
G = 0.46%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AD012B (or 0xAD012B) is known color: Carmine. HEX triplet: AD, 01 and 2B. RGB value is (173,1,43). Sum of RGB (Red+Green+Blue) = 173+1+43=217 (28% of max value = 765). Red value is 173 (67.97% from 255 or 79.72% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 43 (17.19% from 255 or 19.82% from 217); Max value from RGB is 173 - color contains mainly: red. Hex color #AD012B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD012B is #52FED4. Grayscale: #393939. Windows color (decimal): -5439189 or 2818477. OLE color: 2818477.

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

Color convert

RGB 173 1 43 -
CMYK 0 0.99 0.75 0.32
HSL 345.35º 0.99% 0.34% -
HSV(B) 345.35º 0.99% 0.68% -
XYZ 17.68 9.08 3.11 -
YUV 57.22 119.98 210.58 -
System Red Green Blue C M Y K H S L
Decimal 173 1 43 0 0.99 0.75 0.32 345.35 0.99 0.34
Hex AD 1 2B 0 63 4B 20 159 63 22
Octal 255 1 53 0 143 113 40 531 143 42
Binary 10101101 1 101011 0 1100011 1001011 100000 101011001 1100011 100010

Color Harmonies of #AD012B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD012B

Black with #AD012B

Text Example


Text Example

White with #AD012B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD012B; }

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

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

background-color css

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

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

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

border-color css

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

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

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