Html Css Color HEX #AD0035 Carmine

📋 copy color: '#AD0035'

red 173 ◦ green 0 ◦ blue 53

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

Shades of Carmine #AD0035

Tints of Carmine #AD0035

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 53 (21.09% from 255) = 23.45%

R = 76.55%
G = 0%
B = 23.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AD0035 (or 0xAD0035) is known color: Carmine. HEX triplet: AD, 00 and 35. RGB value is (173,0,53). Sum of RGB (Red+Green+Blue) = 173+0+53=226 (29% of max value = 765). Red value is 173 (67.97% from 255 or 76.55% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 53 (21.09% from 255 or 23.45% from 226); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0035 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0035 is #52FFCA. Grayscale: #393939. Windows color (decimal): -5439435 or 3473581. OLE color: 3473581.

HSL color Cylindrical-coordinate representation of color #AD0035: hue angle of 341.62º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD0035 is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 0 53 -
CMYK 0 1 0.69 0.32
HSL 341.62º 1% 0.34% -
HSV(B) 341.62º 1% 0.68% -
XYZ 17.88 9.14 4.19 -
YUV 57.77 125.31 210.19 -
System Red Green Blue C M Y K H S L
Decimal 173 0 53 0 1 0.69 0.32 341.62 1 0.34
Hex AD 0 35 0 64 45 20 156 64 22
Octal 255 0 65 0 144 105 40 526 144 42
Binary 10101101 0 110101 0 1100100 1000101 100000 101010110 1100100 100010

Color Harmonies of #AD0035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0035

Black with #AD0035

Text Example


Text Example

White with #AD0035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0035; }

 p { color: rgb(173,0,53); }

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

background-color css

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

 a { background-color: rgb(173,0,53); }

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

border-color css

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

 span { border-color: rgb(173,0,53); }

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