Html Css Color HEX #AD0513 Carmine

📋 copy color: '#AD0513'

red 173 ◦ green 5 ◦ blue 19

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

Shades of Carmine #AD0513

Tints of Carmine #AD0513

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.54%

 BLUE value IS 19 (7.81% from 255) = 9.64%

R = 87.82%
G = 2.54%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AD0513 (or 0xAD0513) is known color: Carmine. HEX triplet: AD, 05 and 13. RGB value is (173,5,19). Sum of RGB (Red+Green+Blue) = 173+5+19=197 (26% of max value = 765). Red value is 173 (67.97% from 255 or 87.82% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 19 (7.81% from 255 or 9.64% from 197); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0513 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0513 is #52FAEC. Grayscale: #383838. Windows color (decimal): -5438189 or 1246637. OLE color: 1246637.

HSL color Cylindrical-coordinate representation of color #AD0513: hue angle of 355º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD0513 is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 5 19 -
CMYK 0 0.97 0.89 0.32
HSL 355º 0.94% 0.35% -
HSV(B) 355º 0.97% 0.68% -
XYZ 17.41 9.04 1.44 -
YUV 56.83 106.66 210.86 -
System Red Green Blue C M Y K H S L
Decimal 173 5 19 0 0.97 0.89 0.32 355 0.94 0.35
Hex AD 5 13 0 61 59 20 163 5E 23
Octal 255 5 23 0 141 131 40 543 136 43
Binary 10101101 101 10011 0 1100001 1011001 100000 101100011 1011110 100011

Color Harmonies of #AD0513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0513

Black with #AD0513

Text Example


Text Example

White with #AD0513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0513; }

 p { color: rgb(173,5,19); }

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

background-color css

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

 a { background-color: rgb(173,5,19); }

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

border-color css

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

 span { border-color: rgb(173,5,19); }

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