Html Css Color HEX #AD0917 Carmine

📋 copy color: '#AD0917'

red 173 ◦ green 9 ◦ blue 23

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

Shades of Carmine #AD0917

Tints of Carmine #AD0917

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.39%

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

R = 84.39%
G = 4.39%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD0917 (or 0xAD0917) is known color: Carmine. HEX triplet: AD, 09 and 17. RGB value is (173,9,23). Sum of RGB (Red+Green+Blue) = 173+9+23=205 (27% of max value = 765). Red value is 173 (67.97% from 255 or 84.39% from 205); Green value is 9 (3.91% from 255 or 4.39% from 205); Blue value is 23 (9.38% from 255 or 11.22% from 205); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0917 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0917 is #52F6E8. Grayscale: #3B3B3B. Windows color (decimal): -5437161 or 1509805. OLE color: 1509805.

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

Color convert

RGB 173 9 23 -
CMYK 0 0.95 0.87 0.32
HSL 354.88º 0.9% 0.36% -
HSV(B) 354.88º 0.95% 0.68% -
XYZ 17.49 9.14 1.65 -
YUV 59.63 107.33 208.86 -
System Red Green Blue C M Y K H S L
Decimal 173 9 23 0 0.95 0.87 0.32 354.88 0.9 0.36
Hex AD 9 17 0 5F 57 20 163 5A 24
Octal 255 11 27 0 137 127 40 543 132 44
Binary 10101101 1001 10111 0 1011111 1010111 100000 101100011 1011010 100100

Color Harmonies of #AD0917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0917

Black with #AD0917

Text Example


Text Example

White with #AD0917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0917; }

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

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

background-color css

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

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

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

border-color css

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

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

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