Html Css Color HEX #AD002B Carmine

📋 copy color: '#AD002B'

red 173 ◦ green 0 ◦ blue 43

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

Shades of Carmine #AD002B

Tints of Carmine #AD002B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 19.91%

R = 80.09%
G = 0%
B = 19.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AD002B (or 0xAD002B) is known color: Carmine. HEX triplet: AD, 00 and 2B. RGB value is (173,0,43). Sum of RGB (Red+Green+Blue) = 173+0+43=216 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.09% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 43 (17.19% from 255 or 19.91% from 216); Max value from RGB is 173 - color contains mainly: red. Hex color #AD002B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD002B is #52FFD4. Grayscale: #383838. Windows color (decimal): -5439445 or 2818221. OLE color: 2818221.

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

Color convert

RGB 173 0 43 -
CMYK 0 1 0.75 0.32
HSL 345.09º 1% 0.34% -
HSV(B) 345.09º 1% 0.68% -
XYZ 17.67 9.06 3.1 -
YUV 56.63 120.31 211 -
System Red Green Blue C M Y K H S L
Decimal 173 0 43 0 1 0.75 0.32 345.09 1 0.34
Hex AD 0 2B 0 64 4B 20 159 64 22
Octal 255 0 53 0 144 113 40 531 144 42
Binary 10101101 0 101011 0 1100100 1001011 100000 101011001 1100100 100010

Color Harmonies of #AD002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD002B

Black with #AD002B

Text Example


Text Example

White with #AD002B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD002B; }

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

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

background-color css

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

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

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

border-color css

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

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

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