#AB1B2A

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

Shades of Bright Red #AB1B2A

Tints of Bright Red #AB1B2A

Color information

#AB1B2A (or 0xAB1B2A) is unknown color: approx Bright Red. HEX triplet: AB, 1B and 2A. RGB value is (171,27,42). Sum of RGB (Red+Green+Blue) = 171+27+42=240 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.25% from 240); Green value is 27 (10.94% from 255 or 11.25% from 240); Blue value is 42 (16.80% from 255 or 17.5% from 240); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1B2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1B2A is #54E4D5. Grayscale: #474747. Windows color (decimal): -5563606 or 2759595. OLE color: 2759595.

HSL color Cylindrical-coordinate representation of color #AB1B2A: hue angle of 353.75º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB1B2A is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB1712742-
CMYK00.840.750.33
HSL353.75º72.73%38.82%-
HSV(B)353.75º84.21%67.06%-
XYZ17.69.613.12-
YUV71.77111.21198.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 71.25%
GREEN value IS 27 (10.94% from 255) = 11.25%
BLUE value IS 42 (16.80% from 255) = 17.5%
R=71.25%
G=11.25%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171274200.840.750.33353.7572.7338.82
HexAB1B2A0544B211624927
Octal253335201241134154211147
Binary10101011110111010100101010010010111000011011000101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1B2A; }

 p { color: rgb(171,27,42); }

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

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

 a { background-color: rgb(171,27,42); }

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

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

 span { border-color: rgb(171,27,42); }

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