Html Css Color HEX #AB002C Carmine

📋 copy color: '#AB002C'

red 171 ◦ green 0 ◦ blue 44

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

Shades of Carmine #AB002C

Tints of Carmine #AB002C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 20.47%

R = 79.53%
G = 0%
B = 20.47%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AB002C (or 0xAB002C) is known color: Carmine. HEX triplet: AB, 00 and 2C. RGB value is (171,0,44). Sum of RGB (Red+Green+Blue) = 171+0+44=215 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.53% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 44 (17.58% from 255 or 20.47% from 215); Max value from RGB is 171 - color contains mainly: red. Hex color #AB002C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB002C is #54FFD3. Grayscale: #383838. Windows color (decimal): -5570516 or 2883755. OLE color: 2883755.

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

Color convert

RGB 171 0 44 -
CMYK 0 1 0.74 0.33
HSL 344.56º 1% 0.34% -
HSV(B) 344.56º 1% 0.67% -
XYZ 17.25 8.84 3.18 -
YUV 56.15 121.15 209.92 -
System Red Green Blue C M Y K H S L
Decimal 171 0 44 0 1 0.74 0.33 344.56 1 0.34
Hex AB 0 2C 0 64 4A 21 159 64 22
Octal 253 0 54 0 144 112 41 531 144 42
Binary 10101011 0 101100 0 1100100 1001010 100001 101011001 1100100 100010

Color Harmonies of #AB002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB002C

Black with #AB002C

Text Example


Text Example

White with #AB002C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB002C; }

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

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

background-color css

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

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

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

border-color css

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

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

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