Html Css Color HEX #AD042D Carmine

📋 copy color: '#AD042D'

red 173 ◦ green 4 ◦ blue 45

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

Shades of Carmine #AD042D

Tints of Carmine #AD042D

RGB

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

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

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

R = 77.93%
G = 1.8%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#AD042D (or 0xAD042D) is known color: Carmine. HEX triplet: AD, 04 and 2D. RGB value is (173,4,45). Sum of RGB (Red+Green+Blue) = 173+4+45=222 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.93% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 173 - color contains mainly: red. Hex color #AD042D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD042D is #52FBD2. Grayscale: #3B3B3B. Windows color (decimal): -5438419 or 2950317. OLE color: 2950317.

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

Color convert

RGB 173 4 45 -
CMYK 0 0.98 0.74 0.32
HSL 345.44º 0.95% 0.35% -
HSV(B) 345.44º 0.98% 0.68% -
XYZ 17.75 9.16 3.32 -
YUV 59.21 119.99 209.17 -
System Red Green Blue C M Y K H S L
Decimal 173 4 45 0 0.98 0.74 0.32 345.44 0.95 0.35
Hex AD 4 2D 0 62 4A 20 159 5F 23
Octal 255 4 55 0 142 112 40 531 137 43
Binary 10101101 100 101101 0 1100010 1001010 100000 101011001 1011111 100011

Color Harmonies of #AD042D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD042D

Black with #AD042D

Text Example


Text Example

White with #AD042D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD042D; }

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

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

background-color css

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

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

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

border-color css

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

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

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