Html Css Color HEX #AD0919 Carmine

📋 copy color: '#AD0919'

red 173 ◦ green 9 ◦ blue 25

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

Shades of Carmine #AD0919

Tints of Carmine #AD0919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.08%

R = 83.57%
G = 4.35%
B = 12.08%

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

#AD0919 (or 0xAD0919) is known color: Carmine. HEX triplet: AD, 09 and 19. RGB value is (173,9,25). Sum of RGB (Red+Green+Blue) = 173+9+25=207 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.57% from 207); Green value is 9 (3.91% from 255 or 4.35% from 207); Blue value is 25 (10.16% from 255 or 12.08% from 207); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0919 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0919 is #52F6E6. Grayscale: #3B3B3B. Windows color (decimal): -5437159 or 1640877. OLE color: 1640877.

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

Color convert

RGB 173 9 25 -
CMYK 0 0.95 0.86 0.32
HSL 354.15º 0.9% 0.36% -
HSV(B) 354.15º 0.95% 0.68% -
XYZ 17.51 9.15 1.76 -
YUV 59.86 108.33 208.7 -
System Red Green Blue C M Y K H S L
Decimal 173 9 25 0 0.95 0.86 0.32 354.15 0.9 0.36
Hex AD 9 19 0 5F 56 20 162 5A 24
Octal 255 11 31 0 137 126 40 542 132 44
Binary 10101101 1001 11001 0 1011111 1010110 100000 101100010 1011010 100100

Color Harmonies of #AD0919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0919

Black with #AD0919

Text Example


Text Example

White with #AD0919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0919; }

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

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

background-color css

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

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

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

border-color css

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

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

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