Html Css Color HEX #AD002D Carmine

📋 copy color: '#AD002D'

red 173 ◦ green 0 ◦ blue 45

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

Shades of Carmine #AD002D

Tints of Carmine #AD002D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20.64%

R = 79.36%
G = 0%
B = 20.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#AD002D (or 0xAD002D) is known color: Carmine. HEX triplet: AD, 00 and 2D. RGB value is (173,0,45). Sum of RGB (Red+Green+Blue) = 173+0+45=218 (28% of max value = 765). Red value is 173 (67.97% from 255 or 79.36% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 45 (17.97% from 255 or 20.64% from 218); Max value from RGB is 173 - color contains mainly: red. Hex color #AD002D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD002D is #52FFD2. Grayscale: #383838. Windows color (decimal): -5439443 or 2949293. OLE color: 2949293.

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

Color convert

RGB 173 0 45 -
CMYK 0 1 0.74 0.32
HSL 344.39º 1% 0.34% -
HSV(B) 344.39º 1% 0.68% -
XYZ 17.71 9.07 3.3 -
YUV 56.86 121.31 210.84 -
System Red Green Blue C M Y K H S L
Decimal 173 0 45 0 1 0.74 0.32 344.39 1 0.34
Hex AD 0 2D 0 64 4A 20 158 64 22
Octal 255 0 55 0 144 112 40 530 144 42
Binary 10101101 0 101101 0 1100100 1001010 100000 101011000 1100100 100010

Color Harmonies of #AD002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD002D

Black with #AD002D

Text Example


Text Example

White with #AD002D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD002D; }

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

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

background-color css

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

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

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

border-color css

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

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

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