Html Css Color HEX #AD002E Carmine

📋 copy color: '#AD002E'

red 173 ◦ green 0 ◦ blue 46

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

Shades of Carmine #AD002E

Tints of Carmine #AD002E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 21%

R = 79%
G = 0%
B = 21%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#AD002E (or 0xAD002E) is known color: Carmine. HEX triplet: AD, 00 and 2E. RGB value is (173,0,46). Sum of RGB (Red+Green+Blue) = 173+0+46=219 (29% of max value = 765). Red value is 173 (67.97% from 255 or 79.00% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 46 (18.36% from 255 or 21.00% from 219); Max value from RGB is 173 - color contains mainly: red. Hex color #AD002E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD002E is #52FFD1. Grayscale: #383838. Windows color (decimal): -5439442 or 3014829. OLE color: 3014829.

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

Color convert

RGB 173 0 46 -
CMYK 0 1 0.73 0.32
HSL 344.05º 1% 0.34% -
HSV(B) 344.05º 1% 0.68% -
XYZ 17.73 9.08 3.4 -
YUV 56.97 121.81 210.76 -
System Red Green Blue C M Y K H S L
Decimal 173 0 46 0 1 0.73 0.32 344.05 1 0.34
Hex AD 0 2E 0 64 49 20 158 64 22
Octal 255 0 56 0 144 111 40 530 144 42
Binary 10101101 0 101110 0 1100100 1001001 100000 101011000 1100100 100010

Color Harmonies of #AD002E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD002E

Black with #AD002E

Text Example


Text Example

White with #AD002E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD002E; }

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

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

background-color css

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

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

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

border-color css

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

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

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