Html Css Color HEX #AD0416 Carmine

📋 copy color: '#AD0416'

red 173 ◦ green 4 ◦ blue 22

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

Shades of Carmine #AD0416

Tints of Carmine #AD0416

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.01%

 BLUE value IS 22 (8.98% from 255) = 11.06%

R = 86.93%
G = 2.01%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD0416 (or 0xAD0416) is known color: Carmine. HEX triplet: AD, 04 and 16. RGB value is (173,4,22). Sum of RGB (Red+Green+Blue) = 173+4+22=199 (26% of max value = 765). Red value is 173 (67.97% from 255 or 86.93% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 22 (8.98% from 255 or 11.06% from 199); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0416 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0416 is #52FBE9. Grayscale: #383838. Windows color (decimal): -5438442 or 1442989. OLE color: 1442989.

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

Color convert

RGB 173 4 22 -
CMYK 0 0.98 0.87 0.32
HSL 353.61º 0.95% 0.35% -
HSV(B) 353.61º 0.98% 0.68% -
XYZ 17.42 9.03 1.58 -
YUV 56.58 108.49 211.04 -
System Red Green Blue C M Y K H S L
Decimal 173 4 22 0 0.98 0.87 0.32 353.61 0.95 0.35
Hex AD 4 16 0 62 57 20 162 5F 23
Octal 255 4 26 0 142 127 40 542 137 43
Binary 10101101 100 10110 0 1100010 1010111 100000 101100010 1011111 100011

Color Harmonies of #AD0416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0416

Black with #AD0416

Text Example


Text Example

White with #AD0416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0416; }

 p { color: rgb(173,4,22); }

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

background-color css

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

 a { background-color: rgb(173,4,22); }

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

border-color css

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

 span { border-color: rgb(173,4,22); }

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