Html Css Color HEX #AD0918 Carmine

📋 copy color: '#AD0918'

red 173 ◦ green 9 ◦ blue 24

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

Shades of Carmine #AD0918

Tints of Carmine #AD0918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.65%

R = 83.98%
G = 4.37%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD0918 (or 0xAD0918) is known color: Carmine. HEX triplet: AD, 09 and 18. RGB value is (173,9,24). Sum of RGB (Red+Green+Blue) = 173+9+24=206 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.98% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 24 (9.77% from 255 or 11.65% from 206); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0918 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0918 is #52F6E7. Grayscale: #3B3B3B. Windows color (decimal): -5437160 or 1575341. OLE color: 1575341.

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

Color convert

RGB 173 9 24 -
CMYK 0 0.95 0.86 0.32
HSL 354.51º 0.9% 0.36% -
HSV(B) 354.51º 0.95% 0.68% -
XYZ 17.5 9.15 1.71 -
YUV 59.75 107.83 208.78 -
System Red Green Blue C M Y K H S L
Decimal 173 9 24 0 0.95 0.86 0.32 354.51 0.9 0.36
Hex AD 9 18 0 5F 56 20 163 5A 24
Octal 255 11 30 0 137 126 40 543 132 44
Binary 10101101 1001 11000 0 1011111 1010110 100000 101100011 1011010 100100

Color Harmonies of #AD0918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0918

Black with #AD0918

Text Example


Text Example

White with #AD0918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0918; }

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

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

background-color css

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

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

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

border-color css

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

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

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