#AB3630

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

Shades of Medium Carmine #AB3630

Tints of Medium Carmine #AB3630

Color information

#AB3630 (or 0xAB3630) is unknown color: approx Medium Carmine. HEX triplet: AB, 36 and 30. RGB value is (171,54,48). Sum of RGB (Red+Green+Blue) = 171+54+48=273 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.64% from 273); Green value is 54 (21.48% from 255 or 19.78% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3630 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3630 is #54C9CF. Grayscale: #585858. Windows color (decimal): -5556688 or 3159723. OLE color: 3159723.

HSL color Cylindrical-coordinate representation of color #AB3630: hue angle of 2.93º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB3630 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB1715448-
CMYK00.680.720.33
HSL2.93º56.16%42.94%-
HSV(B)2.93º71.93%67.06%-
XYZ18.6511.514.04-
YUV88.3105.26186.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 62.64%
GREEN value IS 54 (21.48% from 255) = 19.78%
BLUE value IS 48 (19.14% from 255) = 17.58%
R=62.64%
G=19.78%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171544800.680.720.332.9356.1642.94
HexAB363004448213382b
Octal253666001041104137053
Binary1010101111011011000001000100100100010000111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3630; }

 p { color: rgb(171,54,48); }

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

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

 a { background-color: rgb(171,54,48); }

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

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

 span { border-color: rgb(171,54,48); }

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