Html Css Color HEX #AD0313 Carmine

📋 copy color: '#AD0313'

red 173 ◦ green 3 ◦ blue 19

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

Shades of Carmine #AD0313

Tints of Carmine #AD0313

RGB

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

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

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

R = 88.72%
G = 1.54%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AD0313 (or 0xAD0313) is known color: Carmine. HEX triplet: AD, 03 and 13. RGB value is (173,3,19). Sum of RGB (Red+Green+Blue) = 173+3+19=195 (25% of max value = 765). Red value is 173 (67.97% from 255 or 88.72% from 195); Green value is 3 (1.56% from 255 or 1.54% from 195); Blue value is 19 (7.81% from 255 or 9.74% from 195); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0313 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0313 is #52FCEC. Grayscale: #373737. Windows color (decimal): -5438701 or 1246125. OLE color: 1246125.

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

Color convert

RGB 173 3 19 -
CMYK 0 0.98 0.89 0.32
HSL 354.35º 0.97% 0.35% -
HSV(B) 354.35º 0.98% 0.68% -
XYZ 17.38 9 1.44 -
YUV 55.65 107.32 211.7 -
System Red Green Blue C M Y K H S L
Decimal 173 3 19 0 0.98 0.89 0.32 354.35 0.97 0.35
Hex AD 3 13 0 62 59 20 162 61 23
Octal 255 3 23 0 142 131 40 542 141 43
Binary 10101101 11 10011 0 1100010 1011001 100000 101100010 1100001 100011

Color Harmonies of #AD0313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0313

Black with #AD0313

Text Example


Text Example

White with #AD0313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0313; }

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

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

background-color css

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

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

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

border-color css

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

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

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