Html Css Color HEX #AD051C Carmine

📋 copy color: '#AD051C'

red 173 ◦ green 5 ◦ blue 28

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

Shades of Carmine #AD051C

Tints of Carmine #AD051C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.43%

 BLUE value IS 28 (11.33% from 255) = 13.59%

R = 83.98%
G = 2.43%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD051C (or 0xAD051C) is known color: Carmine. HEX triplet: AD, 05 and 1C. RGB value is (173,5,28). Sum of RGB (Red+Green+Blue) = 173+5+28=206 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.98% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 28 (11.33% from 255 or 13.59% from 206); Max value from RGB is 173 - color contains mainly: red. Hex color #AD051C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD051C is #52FAE3. Grayscale: #393939. Windows color (decimal): -5438180 or 1836461. OLE color: 1836461.

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

Color convert

RGB 173 5 28 -
CMYK 0 0.97 0.84 0.32
HSL 351.79º 0.94% 0.35% -
HSV(B) 351.79º 0.97% 0.68% -
XYZ 17.5 9.08 1.93 -
YUV 57.85 111.16 210.13 -
System Red Green Blue C M Y K H S L
Decimal 173 5 28 0 0.97 0.84 0.32 351.79 0.94 0.35
Hex AD 5 1C 0 61 54 20 160 5E 23
Octal 255 5 34 0 141 124 40 540 136 43
Binary 10101101 101 11100 0 1100001 1010100 100000 101100000 1011110 100011

Color Harmonies of #AD051C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD051C

Black with #AD051C

Text Example


Text Example

White with #AD051C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD051C; }

 p { color: rgb(173,5,28); }

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

background-color css

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

 a { background-color: rgb(173,5,28); }

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

border-color css

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

 span { border-color: rgb(173,5,28); }

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