Html Css Color HEX #AB002E Carmine

📋 copy color: '#AB002E'

red 171 ◦ green 0 ◦ blue 46

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

Shades of Carmine #AB002E

Tints of Carmine #AB002E

RGB

 RED value IS 171 (67.19% from 255) = 78.8%

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

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

R = 78.8%
G = 0%
B = 21.2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AB002E (or 0xAB002E) is known color: Carmine. HEX triplet: AB, 00 and 2E. RGB value is (171,0,46). Sum of RGB (Red+Green+Blue) = 171+0+46=217 (28% of max value = 765). Red value is 171 (67.19% from 255 or 78.80% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 46 (18.36% from 255 or 21.20% from 217); Max value from RGB is 171 - color contains mainly: red. Hex color #AB002E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB002E is #54FFD1. Grayscale: #383838. Windows color (decimal): -5570514 or 3014827. OLE color: 3014827.

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

Color convert

RGB 171 0 46 -
CMYK 0 1 0.73 0.33
HSL 343.86º 1% 0.34% -
HSV(B) 343.86º 1% 0.67% -
XYZ 17.29 8.86 3.38 -
YUV 56.37 122.15 209.76 -
System Red Green Blue C M Y K H S L
Decimal 171 0 46 0 1 0.73 0.33 343.86 1 0.34
Hex AB 0 2E 0 64 49 21 158 64 22
Octal 253 0 56 0 144 111 41 530 144 42
Binary 10101011 0 101110 0 1100100 1001001 100001 101011000 1100100 100010

Color Harmonies of #AB002E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB002E

Black with #AB002E

Text Example


Text Example

White with #AB002E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB002E; }

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

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

background-color css

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

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

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

border-color css

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

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

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