Html Css Color HEX #AD0915 Carmine

📋 copy color: '#AD0915'

red 173 ◦ green 9 ◦ blue 21

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

Shades of Carmine #AD0915

Tints of Carmine #AD0915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.34%

R = 85.22%
G = 4.43%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD0915 (or 0xAD0915) is known color: Carmine. HEX triplet: AD, 09 and 15. RGB value is (173,9,21). Sum of RGB (Red+Green+Blue) = 173+9+21=203 (26% of max value = 765). Red value is 173 (67.97% from 255 or 85.22% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 21 (8.59% from 255 or 10.34% from 203); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0915 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0915 is #52F6EA. Grayscale: #3B3B3B. Windows color (decimal): -5437163 or 1378733. OLE color: 1378733.

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

Color convert

RGB 173 9 21 -
CMYK 0 0.95 0.88 0.32
HSL 355.61º 0.9% 0.36% -
HSV(B) 355.61º 0.95% 0.68% -
XYZ 17.47 9.13 1.55 -
YUV 59.4 106.33 209.02 -
System Red Green Blue C M Y K H S L
Decimal 173 9 21 0 0.95 0.88 0.32 355.61 0.9 0.36
Hex AD 9 15 0 5F 58 20 164 5A 24
Octal 255 11 25 0 137 130 40 544 132 44
Binary 10101101 1001 10101 0 1011111 1011000 100000 101100100 1011010 100100

Color Harmonies of #AD0915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0915

Black with #AD0915

Text Example


Text Example

White with #AD0915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0915; }

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

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

background-color css

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

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

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

border-color css

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

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

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