#AB0038

Color #AB0038 Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #AB0038

Tints of Carmine #AB0038

Color information

#AB0038 (or 0xAB0038) is unknown color: approx Carmine. HEX triplet: AB, 00 and 38. RGB value is (171,0,56). Sum of RGB (Red+Green+Blue) = 171+0+56=227 (30% of max value = 765). Red value is 171 (67.19% from 255 or 75.33% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 56 (22.27% from 255 or 24.67% from 227); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0038 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0038 is #54FFC7. Grayscale: #393939. Windows color (decimal): -5570504 or 3670187. OLE color: 3670187.

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

Color convert

RGB171056-
CMYK010.670.33
HSL340.35º100%33.53%-
HSV(B)340.35º100%67.06%-
XYZ17.518.944.54-
YUV57.51127.15208.95-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 75.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 56 (22.27% from 255) = 24.67%
R=75.33%
G=0%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171056010.670.33340.3510033.53
HexAB03806443211546422
Octal25307001441034152414442
Binary1010101101110000110010010000111000011010101001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0038; }

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

 H1.HeaderClassName
 {
   color: #AB0038;
 }
 .AnyTagClassName
 {
   color: #AB0038;
 }
</style>
background-color css

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

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

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

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

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

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