Html Css Color HEX #AD0217 Carmine

📋 copy color: '#AD0217'

red 173 ◦ green 2 ◦ blue 23

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

Shades of Carmine #AD0217

Tints of Carmine #AD0217

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.01%

 BLUE value IS 23 (9.38% from 255) = 11.62%

R = 87.37%
G = 1.01%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD0217 (or 0xAD0217) is known color: Carmine. HEX triplet: AD, 02 and 17. RGB value is (173,2,23). Sum of RGB (Red+Green+Blue) = 173+2+23=198 (26% of max value = 765). Red value is 173 (67.97% from 255 or 87.37% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 23 (9.38% from 255 or 11.62% from 198); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0217 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0217 is #52FDE8. Grayscale: #373737. Windows color (decimal): -5438953 or 1508013. OLE color: 1508013.

HSL color Cylindrical-coordinate representation of color #AD0217: hue angle of 352.63º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD0217 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 2 23 -
CMYK 0 0.99 0.87 0.32
HSL 352.63º 0.98% 0.34% -
HSV(B) 352.63º 0.99% 0.68% -
XYZ 17.41 8.99 1.63 -
YUV 55.52 109.65 211.79 -
System Red Green Blue C M Y K H S L
Decimal 173 2 23 0 0.99 0.87 0.32 352.63 0.98 0.34
Hex AD 2 17 0 63 57 20 161 62 22
Octal 255 2 27 0 143 127 40 541 142 42
Binary 10101101 10 10111 0 1100011 1010111 100000 101100001 1100010 100010

Color Harmonies of #AD0217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0217

Black with #AD0217

Text Example


Text Example

White with #AD0217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0217; }

 p { color: rgb(173,2,23); }

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

background-color css

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

 a { background-color: rgb(173,2,23); }

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

border-color css

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

 span { border-color: rgb(173,2,23); }

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