Html Css Color HEX #AD042A Carmine

📋 copy color: '#AD042A'

red 173 ◦ green 4 ◦ blue 42

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

Shades of Carmine #AD042A

Tints of Carmine #AD042A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.83%

 BLUE value IS 42 (16.8% from 255) = 19.18%

R = 79%
G = 1.83%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AD042A (or 0xAD042A) is known color: Carmine. HEX triplet: AD, 04 and 2A. RGB value is (173,4,42). Sum of RGB (Red+Green+Blue) = 173+4+42=219 (29% of max value = 765). Red value is 173 (67.97% from 255 or 79.00% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 173 - color contains mainly: red. Hex color #AD042A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD042A is #52FBD5. Grayscale: #3A3A3A. Windows color (decimal): -5438422 or 2753709. OLE color: 2753709.

HSL color Cylindrical-coordinate representation of color #AD042A: hue angle of 346.51º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD042A is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 4 42 -
CMYK 0 0.98 0.76 0.32
HSL 346.51º 0.95% 0.35% -
HSV(B) 346.51º 0.98% 0.68% -
XYZ 17.69 9.14 3.02 -
YUV 58.86 118.49 209.41 -
System Red Green Blue C M Y K H S L
Decimal 173 4 42 0 0.98 0.76 0.32 346.51 0.95 0.35
Hex AD 4 2A 0 62 4C 20 15B 5F 23
Octal 255 4 52 0 142 114 40 533 137 43
Binary 10101101 100 101010 0 1100010 1001100 100000 101011011 1011111 100011

Color Harmonies of #AD042A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD042A

Black with #AD042A

Text Example


Text Example

White with #AD042A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD042A; }

 p { color: rgb(173,4,42); }

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

background-color css

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

 a { background-color: rgb(173,4,42); }

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

border-color css

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

 span { border-color: rgb(173,4,42); }

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