Html Css Color HEX #AD022C Carmine

📋 copy color: '#AD022C'

red 173 ◦ green 2 ◦ blue 44

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

Shades of Carmine #AD022C

Tints of Carmine #AD022C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.91%

 BLUE value IS 44 (17.58% from 255) = 20.09%

R = 79%
G = 0.91%
B = 20.09%

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

#AD022C (or 0xAD022C) is known color: Carmine. HEX triplet: AD, 02 and 2C. RGB value is (173,2,44). Sum of RGB (Red+Green+Blue) = 173+2+44=219 (29% of max value = 765). Red value is 173 (67.97% from 255 or 79.00% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 44 (17.58% from 255 or 20.09% from 219); Max value from RGB is 173 - color contains mainly: red. Hex color #AD022C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD022C is #52FDD3. Grayscale: #393939. Windows color (decimal): -5438932 or 2884269. OLE color: 2884269.

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

Color convert

RGB 173 2 44 -
CMYK 0 0.99 0.75 0.32
HSL 345.26º 0.98% 0.34% -
HSV(B) 345.26º 0.99% 0.68% -
XYZ 17.71 9.11 3.21 -
YUV 57.92 120.15 210.08 -
System Red Green Blue C M Y K H S L
Decimal 173 2 44 0 0.99 0.75 0.32 345.26 0.98 0.34
Hex AD 2 2C 0 63 4B 20 159 62 22
Octal 255 2 54 0 143 113 40 531 142 42
Binary 10101101 10 101100 0 1100011 1001011 100000 101011001 1100010 100010

Color Harmonies of #AD022C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD022C

Black with #AD022C

Text Example


Text Example

White with #AD022C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD022C; }

 p { color: rgb(173,2,44); }

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

background-color css

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

 a { background-color: rgb(173,2,44); }

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

border-color css

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

 span { border-color: rgb(173,2,44); }

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