Html Css Color HEX #AD0530 Carmine

📋 copy color: '#AD0530'

red 173 ◦ green 5 ◦ blue 48

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

Shades of Carmine #AD0530

Tints of Carmine #AD0530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 21.24%

R = 76.55%
G = 2.21%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD0530 (or 0xAD0530) is known color: Carmine. HEX triplet: AD, 05 and 30. RGB value is (173,5,48). Sum of RGB (Red+Green+Blue) = 173+5+48=226 (29% of max value = 765). Red value is 173 (67.97% from 255 or 76.55% from 226); Green value is 5 (2.34% from 255 or 2.21% from 226); Blue value is 48 (19.14% from 255 or 21.24% from 226); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0530 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0530 is #52FACF. Grayscale: #3C3C3C. Windows color (decimal): -5438160 or 3147181. OLE color: 3147181.

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

Color convert

RGB 173 5 48 -
CMYK 0 0.97 0.72 0.32
HSL 344.64º 0.94% 0.35% -
HSV(B) 344.64º 0.97% 0.68% -
XYZ 17.82 9.21 3.63 -
YUV 60.13 121.16 208.5 -
System Red Green Blue C M Y K H S L
Decimal 173 5 48 0 0.97 0.72 0.32 344.64 0.94 0.35
Hex AD 5 30 0 61 48 20 159 5E 23
Octal 255 5 60 0 141 110 40 531 136 43
Binary 10101101 101 110000 0 1100001 1001000 100000 101011001 1011110 100011

Color Harmonies of #AD0530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0530

Black with #AD0530

Text Example


Text Example

White with #AD0530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0530; }

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

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

background-color css

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

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

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

border-color css

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

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

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