Html Css Color HEX #AD041D Carmine

📋 copy color: '#AD041D'

red 173 ◦ green 4 ◦ blue 29

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

Shades of Carmine #AD041D

Tints of Carmine #AD041D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.08%

R = 83.98%
G = 1.94%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AD041D (or 0xAD041D) is known color: Carmine. HEX triplet: AD, 04 and 1D. RGB value is (173,4,29). Sum of RGB (Red+Green+Blue) = 173+4+29=206 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.98% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 29 (11.72% from 255 or 14.08% from 206); Max value from RGB is 173 - color contains mainly: red. Hex color #AD041D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD041D is #52FBE2. Grayscale: #393939. Windows color (decimal): -5438435 or 1901741. OLE color: 1901741.

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

Color convert

RGB 173 4 29 -
CMYK 0 0.98 0.83 0.32
HSL 351.12º 0.95% 0.35% -
HSV(B) 351.12º 0.98% 0.68% -
XYZ 17.5 9.06 1.99 -
YUV 57.38 111.99 210.47 -
System Red Green Blue C M Y K H S L
Decimal 173 4 29 0 0.98 0.83 0.32 351.12 0.95 0.35
Hex AD 4 1D 0 62 53 20 15F 5F 23
Octal 255 4 35 0 142 123 40 537 137 43
Binary 10101101 100 11101 0 1100010 1010011 100000 101011111 1011111 100011

Color Harmonies of #AD041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD041D

Black with #AD041D

Text Example


Text Example

White with #AD041D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD041D; }

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

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

background-color css

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

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

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

border-color css

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

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

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