#AB253E

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

Shades of Cardinal #AB253E

Tints of Cardinal #AB253E

Color information

#AB253E (or 0xAB253E) is unknown color: approx Cardinal. HEX triplet: AB, 25 and 3E. RGB value is (171,37,62). Sum of RGB (Red+Green+Blue) = 171+37+62=270 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.33% from 270); Green value is 37 (14.84% from 255 or 13.70% from 270); Blue value is 62 (24.61% from 255 or 22.96% from 270); Max value from RGB is 171 - color contains mainly: red. Hex color #AB253E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB253E is #54DAC1. Grayscale: #4F4F4F. Windows color (decimal): -5561026 or 4072875. OLE color: 4072875.

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

Color convert

RGB1713762-
CMYK00.780.640.33
HSL348.81º64.42%40.78%-
HSV(B)348.81º78.36%67.06%-
XYZ18.3310.335.59-
YUV79.92117.89192.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 63.33%
GREEN value IS 37 (14.84% from 255) = 13.70%
BLUE value IS 62 (24.61% from 255) = 22.96%
R=63.33%
G=13.70%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171376200.780.640.33348.8164.4240.78
HexAB253E04E402115d4029
Octal253457601161004153510051
Binary101010111001011111100100111010000001000011010111011000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB253E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB253E; }

 p { color: rgb(171,37,62); }

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

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

 a { background-color: rgb(171,37,62); }

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

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

 span { border-color: rgb(171,37,62); }

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