Html Css Color HEX #AD042C Carmine

📋 copy color: '#AD042C'

red 173 ◦ green 4 ◦ blue 44

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

Shades of Carmine #AD042C

Tints of Carmine #AD042C

RGB

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

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

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

R = 78.28%
G = 1.81%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AD042C (or 0xAD042C) is known color: Carmine. HEX triplet: AD, 04 and 2C. RGB value is (173,4,44). Sum of RGB (Red+Green+Blue) = 173+4+44=221 (29% of max value = 765). Red value is 173 (67.97% from 255 or 78.28% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 173 - color contains mainly: red. Hex color #AD042C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD042C is #52FBD3. Grayscale: #3B3B3B. Windows color (decimal): -5438420 or 2884781. OLE color: 2884781.

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

Color convert

RGB 173 4 44 -
CMYK 0 0.98 0.75 0.32
HSL 345.8º 0.95% 0.35% -
HSV(B) 345.8º 0.98% 0.68% -
XYZ 17.73 9.15 3.22 -
YUV 59.09 119.49 209.25 -
System Red Green Blue C M Y K H S L
Decimal 173 4 44 0 0.98 0.75 0.32 345.8 0.95 0.35
Hex AD 4 2C 0 62 4B 20 15A 5F 23
Octal 255 4 54 0 142 113 40 532 137 43
Binary 10101101 100 101100 0 1100010 1001011 100000 101011010 1011111 100011

Color Harmonies of #AD042C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD042C

Black with #AD042C

Text Example


Text Example

White with #AD042C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD042C; }

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

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

background-color css

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

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

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

border-color css

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

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

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