Html Css Color HEX #AD011A Carmine

📋 copy color: '#AD011A'

red 173 ◦ green 1 ◦ blue 26

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

Shades of Carmine #AD011A

Tints of Carmine #AD011A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13%

R = 86.5%
G = 0.5%
B = 13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AD011A (or 0xAD011A) is known color: Carmine. HEX triplet: AD, 01 and 1A. RGB value is (173,1,26). Sum of RGB (Red+Green+Blue) = 173+1+26=200 (26% of max value = 765). Red value is 173 (67.97% from 255 or 86.5% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 26 (10.55% from 255 or 13% from 200); Max value from RGB is 173 - color contains mainly: red. Hex color #AD011A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD011A is #52FEE5. Grayscale: #373737. Windows color (decimal): -5439206 or 1704365. OLE color: 1704365.

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

Color convert

RGB 173 1 26 -
CMYK 0 0.99 0.85 0.32
HSL 351.28º 0.99% 0.34% -
HSV(B) 351.28º 0.99% 0.68% -
XYZ 17.43 8.98 1.79 -
YUV 55.28 111.48 211.97 -
System Red Green Blue C M Y K H S L
Decimal 173 1 26 0 0.99 0.85 0.32 351.28 0.99 0.34
Hex AD 1 1A 0 63 55 20 15F 63 22
Octal 255 1 32 0 143 125 40 537 143 42
Binary 10101101 1 11010 0 1100011 1010101 100000 101011111 1100011 100010

Color Harmonies of #AD011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD011A

Black with #AD011A

Text Example


Text Example

White with #AD011A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD011A; }

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

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

background-color css

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

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

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

border-color css

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

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

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