Html Css Color HEX #AD0914 Carmine

📋 copy color: '#AD0914'

red 173 ◦ green 9 ◦ blue 20

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

Shades of Carmine #AD0914

Tints of Carmine #AD0914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.9%

R = 85.64%
G = 4.46%
B = 9.9%

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

#AD0914 (or 0xAD0914) is known color: Carmine. HEX triplet: AD, 09 and 14. RGB value is (173,9,20). Sum of RGB (Red+Green+Blue) = 173+9+20=202 (26% of max value = 765). Red value is 173 (67.97% from 255 or 85.64% from 202); Green value is 9 (3.91% from 255 or 4.46% from 202); Blue value is 20 (8.20% from 255 or 9.90% from 202); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0914 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0914 is #52F6EB. Grayscale: #3B3B3B. Windows color (decimal): -5437164 or 1313197. OLE color: 1313197.

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

Color convert

RGB 173 9 20 -
CMYK 0 0.95 0.88 0.32
HSL 355.98º 0.9% 0.36% -
HSV(B) 355.98º 0.95% 0.68% -
XYZ 17.46 9.13 1.5 -
YUV 59.29 105.83 209.11 -
System Red Green Blue C M Y K H S L
Decimal 173 9 20 0 0.95 0.88 0.32 355.98 0.9 0.36
Hex AD 9 14 0 5F 58 20 164 5A 24
Octal 255 11 24 0 137 130 40 544 132 44
Binary 10101101 1001 10100 0 1011111 1011000 100000 101100100 1011010 100100

Color Harmonies of #AD0914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0914

Black with #AD0914

Text Example


Text Example

White with #AD0914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0914; }

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

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

background-color css

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

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

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

border-color css

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

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

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