#AB0433

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

Shades of Carmine #AB0433

Tints of Carmine #AB0433

Color information

#AB0433 (or 0xAB0433) is unknown color: approx Carmine. HEX triplet: AB, 04 and 33. RGB value is (171,4,51). Sum of RGB (Red+Green+Blue) = 171+4+51=226 (29% of max value = 765). Red value is 171 (67.19% from 255 or 75.66% from 226); Green value is 4 (1.95% from 255 or 1.77% from 226); Blue value is 51 (20.31% from 255 or 22.57% from 226); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0433 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0433 is #54FBCC. Grayscale: #3B3B3B. Windows color (decimal): -5569485 or 3343531. OLE color: 3343531.

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

Color convert

RGB171451-
CMYK00.980.700.33
HSL343.11º95.43%34.31%-
HSV(B)343.11º97.66%67.06%-
XYZ17.448.983.95-
YUV59.29123.33207.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 75.66%
GREEN value IS 4 (1.95% from 255) = 1.77%
BLUE value IS 51 (20.31% from 255) = 22.57%
R=75.66%
G=1.77%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17145100.980.700.33343.1195.4334.31
HexAB43306246211575f22
Octal25346301421064152713742
Binary101010111001100110110001010001101000011010101111011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0433; }

 p { color: rgb(171,4,51); }

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

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

 a { background-color: rgb(171,4,51); }

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

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

 span { border-color: rgb(171,4,51); }

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