Html Css Color HEX #AD0829 Carmine

📋 copy color: '#AD0829'

red 173 ◦ green 8 ◦ blue 41

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

Shades of Carmine #AD0829

Tints of Carmine #AD0829

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.6%

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

R = 77.93%
G = 3.6%
B = 18.47%

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

#AD0829 (or 0xAD0829) is known color: Carmine. HEX triplet: AD, 08 and 29. RGB value is (173,8,41). Sum of RGB (Red+Green+Blue) = 173+8+41=222 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.93% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 41 (16.41% from 255 or 18.47% from 222); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0829 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0829 is #52F7D6. Grayscale: #3D3D3D. Windows color (decimal): -5437399 or 2689197. OLE color: 2689197.

HSL color Cylindrical-coordinate representation of color #AD0829: hue angle of 348º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0829 is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 8 41 -
CMYK 0 0.95 0.76 0.32
HSL 348º 0.91% 0.35% -
HSV(B) 348º 0.95% 0.68% -
XYZ 17.72 9.22 2.94 -
YUV 61.1 116.66 207.82 -
System Red Green Blue C M Y K H S L
Decimal 173 8 41 0 0.95 0.76 0.32 348 0.91 0.35
Hex AD 8 29 0 5F 4C 20 15C 5B 23
Octal 255 10 51 0 137 114 40 534 133 43
Binary 10101101 1000 101001 0 1011111 1001100 100000 101011100 1011011 100011

Color Harmonies of #AD0829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0829

Black with #AD0829

Text Example


Text Example

White with #AD0829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0829; }

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

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

background-color css

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

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

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

border-color css

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

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

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