Html Css Color HEX #AD0328 Carmine

📋 copy color: '#AD0328'

red 173 ◦ green 3 ◦ blue 40

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

Shades of Carmine #AD0328

Tints of Carmine #AD0328

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.39%

 BLUE value IS 40 (16.02% from 255) = 18.52%

R = 80.09%
G = 1.39%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD0328 (or 0xAD0328) is known color: Carmine. HEX triplet: AD, 03 and 28. RGB value is (173,3,40). Sum of RGB (Red+Green+Blue) = 173+3+40=216 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.09% from 216); Green value is 3 (1.56% from 255 or 1.39% from 216); Blue value is 40 (16.02% from 255 or 18.52% from 216); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0328 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0328 is #52FCD7. Grayscale: #3A3A3A. Windows color (decimal): -5438680 or 2622381. OLE color: 2622381.

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

Color convert

RGB 173 3 40 -
CMYK 0 0.98 0.77 0.32
HSL 346.94º 0.97% 0.35% -
HSV(B) 346.94º 0.98% 0.68% -
XYZ 17.65 9.1 2.83 -
YUV 58.05 117.82 209.99 -
System Red Green Blue C M Y K H S L
Decimal 173 3 40 0 0.98 0.77 0.32 346.94 0.97 0.35
Hex AD 3 28 0 62 4D 20 15B 61 23
Octal 255 3 50 0 142 115 40 533 141 43
Binary 10101101 11 101000 0 1100010 1001101 100000 101011011 1100001 100011

Color Harmonies of #AD0328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0328

Black with #AD0328

Text Example


Text Example

White with #AD0328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0328; }

 p { color: rgb(173,3,40); }

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

background-color css

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

 a { background-color: rgb(173,3,40); }

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

border-color css

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

 span { border-color: rgb(173,3,40); }

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