#AB1A22

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

Shades of Bright Red #AB1A22

Tints of Bright Red #AB1A22

Color information

#AB1A22 (or 0xAB1A22) is unknown color: approx Bright Red. HEX triplet: AB, 1A and 22. RGB value is (171,26,34). Sum of RGB (Red+Green+Blue) = 171+26+34=231 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.03% from 231); Green value is 26 (10.55% from 255 or 11.26% from 231); Blue value is 34 (13.67% from 255 or 14.72% from 231); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1A22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1A22 is #54E5DD. Grayscale: #464646. Windows color (decimal): -5563870 or 2235051. OLE color: 2235051.

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

Color convert

RGB1712634-
CMYK00.850.800.33
HSL356.69º73.6%38.63%-
HSV(B)356.69º84.8%67.06%-
XYZ17.459.512.43-
YUV70.27107.54199.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 74.03%
GREEN value IS 26 (10.55% from 255) = 11.26%
BLUE value IS 34 (13.67% from 255) = 14.72%
R=74.03%
G=11.26%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.80
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171263400.850.800.33356.6973.638.63
HexAB1A2205550211654a27
Octal253324201251204154511247
Binary10101011110101000100101010110100001000011011001011001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1A22; }

 p { color: rgb(171,26,34); }

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

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

 a { background-color: rgb(171,26,34); }

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

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

 span { border-color: rgb(171,26,34); }

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