Html Css Color HEX #AB1928 Bright Red

📋 copy color: '#AB1928'

red 171 ◦ green 25 ◦ blue 40

#AB1928
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Red #AB1928

Tints of Bright Red #AB1928

RGB

 RED value IS 171 (67.19% from 255) = 72.46%

 GREEN value IS 25 (10.16% from 255) = 10.59%

 BLUE value IS 40 (16.02% from 255) = 16.95%

R = 72.46%
G = 10.59%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AB1928 (or 0xAB1928) is known color: Bright Red. HEX triplet: AB, 19 and 28. RGB value is (171,25,40). Sum of RGB (Red+Green+Blue) = 171+25+40=236 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.46% from 236); Green value is 25 (10.16% from 255 or 10.59% from 236); Blue value is 40 (16.02% from 255 or 16.95% from 236); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1928 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1928 is #54E6D7. Grayscale: #464646. Windows color (decimal): -5564120 or 2628011. OLE color: 2628011.

HSL color Cylindrical-coordinate representation of color #AB1928: hue angle of 353.84º 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 #AB1928 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 25 40 -
CMYK 0 0.85 0.77 0.33
HSL 353.84º 0.74% 0.38% -
HSV(B) 353.84º 0.85% 0.67% -
XYZ 17.53 9.51 2.92 -
YUV 70.36 110.87 199.78 -
System Red Green Blue C M Y K H S L
Decimal 171 25 40 0 0.85 0.77 0.33 353.84 0.74 0.38
Hex AB 19 28 0 55 4D 21 162 4A 26
Octal 253 31 50 0 125 115 41 542 112 46
Binary 10101011 11001 101000 0 1010101 1001101 100001 101100010 1001010 100110

Color Harmonies of #AB1928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1928

Black with #AB1928

Text Example


Text Example

White with #AB1928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1928; }

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

 H1.HeaderClassName
 {
   color: #AB1928;
 }
 .AnyTagClassName
 {
   color: #AB1928;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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