Html Css Color HEX #AD012D Carmine

📋 copy color: '#AD012D'

red 173 ◦ green 1 ◦ blue 45

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

Shades of Carmine #AD012D

Tints of Carmine #AD012D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20.55%

R = 79%
G = 0.46%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#AD012D (or 0xAD012D) is known color: Carmine. HEX triplet: AD, 01 and 2D. RGB value is (173,1,45). Sum of RGB (Red+Green+Blue) = 173+1+45=219 (29% of max value = 765). Red value is 173 (67.97% from 255 or 79.00% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 45 (17.97% from 255 or 20.55% from 219); Max value from RGB is 173 - color contains mainly: red. Hex color #AD012D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD012D is #52FED2. Grayscale: #393939. Windows color (decimal): -5439187 or 2949549. OLE color: 2949549.

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

Color convert

RGB 173 1 45 -
CMYK 0 0.99 0.74 0.32
HSL 344.65º 0.99% 0.34% -
HSV(B) 344.65º 0.99% 0.68% -
XYZ 17.72 9.1 3.3 -
YUV 57.44 120.98 210.42 -
System Red Green Blue C M Y K H S L
Decimal 173 1 45 0 0.99 0.74 0.32 344.65 0.99 0.34
Hex AD 1 2D 0 63 4A 20 159 63 22
Octal 255 1 55 0 143 112 40 531 143 42
Binary 10101101 1 101101 0 1100011 1001010 100000 101011001 1100011 100010

Color Harmonies of #AD012D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD012D

Black with #AD012D

Text Example


Text Example

White with #AD012D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD012D; }

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

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

background-color css

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

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

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

border-color css

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

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

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