Html Css Color HEX #AD0613 Carmine

📋 copy color: '#AD0613'

red 173 ◦ green 6 ◦ blue 19

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

Shades of Carmine #AD0613

Tints of Carmine #AD0613

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.03%

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

R = 87.37%
G = 3.03%
B = 9.6%

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

#AD0613 (or 0xAD0613) is known color: Carmine. HEX triplet: AD, 06 and 13. RGB value is (173,6,19). Sum of RGB (Red+Green+Blue) = 173+6+19=198 (26% of max value = 765). Red value is 173 (67.97% from 255 or 87.37% from 198); Green value is 6 (2.73% from 255 or 3.03% from 198); Blue value is 19 (7.81% from 255 or 9.60% from 198); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0613 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0613 is #52F9EC. Grayscale: #393939. Windows color (decimal): -5437933 or 1246893. OLE color: 1246893.

HSL color Cylindrical-coordinate representation of color #AD0613: hue angle of 355.33º degrees, saturation: 0.93, 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 #AD0613 is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 6 19 -
CMYK 0 0.97 0.89 0.32
HSL 355.33º 0.93% 0.35% -
HSV(B) 355.33º 0.97% 0.68% -
XYZ 17.42 9.06 1.45 -
YUV 57.42 106.33 210.44 -
System Red Green Blue C M Y K H S L
Decimal 173 6 19 0 0.97 0.89 0.32 355.33 0.93 0.35
Hex AD 6 13 0 61 59 20 163 5D 23
Octal 255 6 23 0 141 131 40 543 135 43
Binary 10101101 110 10011 0 1100001 1011001 100000 101100011 1011101 100011

Color Harmonies of #AD0613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0613

Black with #AD0613

Text Example


Text Example

White with #AD0613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0613; }

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

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

background-color css

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

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

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

border-color css

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

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

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