#AB1926

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

Shades of Bright Red #AB1926

Tints of Bright Red #AB1926

Color information

#AB1926 (or 0xAB1926) is unknown color: approx Bright Red. HEX triplet: AB, 19 and 26. RGB value is (171,25,38). Sum of RGB (Red+Green+Blue) = 171+25+38=234 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.08% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 38 (15.23% from 255 or 16.24% from 234); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1926 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1926 is #54E6D9. Grayscale: #464646. Windows color (decimal): -5564122 or 2496939. OLE color: 2496939.

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

Color convert

RGB1712538-
CMYK00.850.780.33
HSL354.66º74.49%38.43%-
HSV(B)354.66º85.38%67.06%-
XYZ17.499.492.74-
YUV70.14109.87199.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 73.08%
GREEN value IS 25 (10.16% from 255) = 10.68%
BLUE value IS 38 (15.23% from 255) = 16.24%
R=73.08%
G=10.68%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171253800.850.780.33354.6674.4938.43
HexAB19260554E211634a26
Octal253314601251164154311246
Binary10101011110011001100101010110011101000011011000111001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1926; }

 p { color: rgb(171,25,38); }

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

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

 a { background-color: rgb(171,25,38); }

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

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

 span { border-color: rgb(171,25,38); }

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