Html Css Color HEX #AD032A Carmine

📋 copy color: '#AD032A'

red 173 ◦ green 3 ◦ blue 42

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

Shades of Carmine #AD032A

Tints of Carmine #AD032A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.38%

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

R = 79.36%
G = 1.38%
B = 19.27%

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

#AD032A (or 0xAD032A) is known color: Carmine. HEX triplet: AD, 03 and 2A. RGB value is (173,3,42). Sum of RGB (Red+Green+Blue) = 173+3+42=218 (28% of max value = 765). Red value is 173 (67.97% from 255 or 79.36% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 42 (16.80% from 255 or 19.27% from 218); Max value from RGB is 173 - color contains mainly: red. Hex color #AD032A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD032A is #52FCD5. Grayscale: #3A3A3A. Windows color (decimal): -5438678 or 2753453. OLE color: 2753453.

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

Color convert

RGB 173 3 42 -
CMYK 0 0.98 0.76 0.32
HSL 346.24º 0.97% 0.35% -
HSV(B) 346.24º 0.98% 0.68% -
XYZ 17.68 9.12 3.02 -
YUV 58.28 118.82 209.83 -
System Red Green Blue C M Y K H S L
Decimal 173 3 42 0 0.98 0.76 0.32 346.24 0.97 0.35
Hex AD 3 2A 0 62 4C 20 15A 61 23
Octal 255 3 52 0 142 114 40 532 141 43
Binary 10101101 11 101010 0 1100010 1001100 100000 101011010 1100001 100011

Color Harmonies of #AD032A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD032A

Black with #AD032A

Text Example


Text Example

White with #AD032A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD032A; }

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

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

background-color css

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

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

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

border-color css

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

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

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