Html Css Color HEX #AD0913 Carmine

📋 copy color: '#AD0913'

red 173 ◦ green 9 ◦ blue 19

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

Shades of Carmine #AD0913

Tints of Carmine #AD0913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.45%

R = 86.07%
G = 4.48%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AD0913 (or 0xAD0913) is known color: Carmine. HEX triplet: AD, 09 and 13. RGB value is (173,9,19). Sum of RGB (Red+Green+Blue) = 173+9+19=201 (26% of max value = 765). Red value is 173 (67.97% from 255 or 86.07% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 19 (7.81% from 255 or 9.45% from 201); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0913 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0913 is #52F6EC. Grayscale: #3B3B3B. Windows color (decimal): -5437165 or 1247661. OLE color: 1247661.

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

Color convert

RGB 173 9 19 -
CMYK 0 0.95 0.89 0.32
HSL 356.34º 0.9% 0.36% -
HSV(B) 356.34º 0.95% 0.68% -
XYZ 17.45 9.13 1.46 -
YUV 59.18 105.33 209.19 -
System Red Green Blue C M Y K H S L
Decimal 173 9 19 0 0.95 0.89 0.32 356.34 0.9 0.36
Hex AD 9 13 0 5F 59 20 164 5A 24
Octal 255 11 23 0 137 131 40 544 132 44
Binary 10101101 1001 10011 0 1011111 1011001 100000 101100100 1011010 100100

Color Harmonies of #AD0913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0913

Black with #AD0913

Text Example


Text Example

White with #AD0913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0913; }

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

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

background-color css

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

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

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

border-color css

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

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

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