Html Css Color HEX #AD0311 Carmine

📋 copy color: '#AD0311'

red 173 ◦ green 3 ◦ blue 17

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

Shades of Carmine #AD0311

Tints of Carmine #AD0311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.81%

R = 89.64%
G = 1.55%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD0311 (or 0xAD0311) is known color: Carmine. HEX triplet: AD, 03 and 11. RGB value is (173,3,17). Sum of RGB (Red+Green+Blue) = 173+3+17=193 (25% of max value = 765). Red value is 173 (67.97% from 255 or 89.64% from 193); Green value is 3 (1.56% from 255 or 1.55% from 193); Blue value is 17 (7.03% from 255 or 8.81% from 193); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0311 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0311 is #52FCEE. Grayscale: #373737. Windows color (decimal): -5438703 or 1115053. OLE color: 1115053.

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

Color convert

RGB 173 3 17 -
CMYK 0 0.98 0.90 0.32
HSL 355.06º 0.97% 0.35% -
HSV(B) 355.06º 0.98% 0.68% -
XYZ 17.37 8.99 1.35 -
YUV 55.43 106.32 211.86 -
System Red Green Blue C M Y K H S L
Decimal 173 3 17 0 0.98 0.90 0.32 355.06 0.97 0.35
Hex AD 3 11 0 62 5A 20 163 61 23
Octal 255 3 21 0 142 132 40 543 141 43
Binary 10101101 11 10001 0 1100010 1011010 100000 101100011 1100001 100011

Color Harmonies of #AD0311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0311

Black with #AD0311

Text Example


Text Example

White with #AD0311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0311; }

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

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

background-color css

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

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

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

border-color css

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

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

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