Html Css Color HEX #AD0929 Carmine

📋 copy color: '#AD0929'

red 173 ◦ green 9 ◦ blue 41

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

Shades of Carmine #AD0929

Tints of Carmine #AD0929

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 18.39%

R = 77.58%
G = 4.04%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AD0929 (or 0xAD0929) is known color: Carmine. HEX triplet: AD, 09 and 29. RGB value is (173,9,41). Sum of RGB (Red+Green+Blue) = 173+9+41=223 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.58% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 41 (16.41% from 255 or 18.39% from 223); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0929 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0929 is #52F6D6. Grayscale: #3D3D3D. Windows color (decimal): -5437143 or 2689453. OLE color: 2689453.

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

Color convert

RGB 173 9 41 -
CMYK 0 0.95 0.76 0.32
HSL 348.29º 0.9% 0.36% -
HSV(B) 348.29º 0.95% 0.68% -
XYZ 17.73 9.24 2.95 -
YUV 61.68 116.33 207.4 -
System Red Green Blue C M Y K H S L
Decimal 173 9 41 0 0.95 0.76 0.32 348.29 0.9 0.36
Hex AD 9 29 0 5F 4C 20 15C 5A 24
Octal 255 11 51 0 137 114 40 534 132 44
Binary 10101101 1001 101001 0 1011111 1001100 100000 101011100 1011010 100100

Color Harmonies of #AD0929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0929

Black with #AD0929

Text Example


Text Example

White with #AD0929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0929; }

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

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

background-color css

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

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

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

border-color css

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

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

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