Html Css Color HEX #AD031D Carmine

📋 copy color: '#AD031D'

red 173 ◦ green 3 ◦ blue 29

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

Shades of Carmine #AD031D

Tints of Carmine #AD031D

RGB

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

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

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

R = 84.39%
G = 1.46%
B = 14.15%

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

#AD031D (or 0xAD031D) is known color: Carmine. HEX triplet: AD, 03 and 1D. RGB value is (173,3,29). Sum of RGB (Red+Green+Blue) = 173+3+29=205 (27% of max value = 765). Red value is 173 (67.97% from 255 or 84.39% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 29 (11.72% from 255 or 14.15% from 205); Max value from RGB is 173 - color contains mainly: red. Hex color #AD031D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD031D is #52FCE2. Grayscale: #383838. Windows color (decimal): -5438691 or 1901485. OLE color: 1901485.

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

Color convert

RGB 173 3 29 -
CMYK 0 0.98 0.83 0.32
HSL 350.82º 0.97% 0.35% -
HSV(B) 350.82º 0.98% 0.68% -
XYZ 17.49 9.04 1.99 -
YUV 56.79 112.32 210.89 -
System Red Green Blue C M Y K H S L
Decimal 173 3 29 0 0.98 0.83 0.32 350.82 0.97 0.35
Hex AD 3 1D 0 62 53 20 15F 61 23
Octal 255 3 35 0 142 123 40 537 141 43
Binary 10101101 11 11101 0 1100010 1010011 100000 101011111 1100001 100011

Color Harmonies of #AD031D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD031D

Black with #AD031D

Text Example


Text Example

White with #AD031D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD031D; }

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

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

background-color css

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

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

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

border-color css

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

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

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