Html Css Color HEX #AB1920 Bright Red

📋 copy color: '#AB1920'

red 171 ◦ green 25 ◦ blue 32

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

Shades of Bright Red #AB1920

Tints of Bright Red #AB1920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.04%

R = 75%
G = 10.96%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AB1920 (or 0xAB1920) is known color: Bright Red. HEX triplet: AB, 19 and 20. RGB value is (171,25,32). Sum of RGB (Red+Green+Blue) = 171+25+32=228 (30% of max value = 765). Red value is 171 (67.19% from 255 or 75% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 32 (12.89% from 255 or 14.04% from 228); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1920 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1920 is #54E6DF. Grayscale: #454545. Windows color (decimal): -5564128 or 2103723. OLE color: 2103723.

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

Color convert

RGB 171 25 32 -
CMYK 0 0.85 0.81 0.33
HSL 357.12º 0.74% 0.38% -
HSV(B) 357.12º 0.85% 0.67% -
XYZ 17.4 9.46 2.27 -
YUV 69.45 106.87 200.43 -
System Red Green Blue C M Y K H S L
Decimal 171 25 32 0 0.85 0.81 0.33 357.12 0.74 0.38
Hex AB 19 20 0 55 51 21 165 4A 26
Octal 253 31 40 0 125 121 41 545 112 46
Binary 10101011 11001 100000 0 1010101 1010001 100001 101100101 1001010 100110

Color Harmonies of #AB1920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1920

Black with #AB1920

Text Example


Text Example

White with #AB1920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1920; }

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

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

background-color css

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

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

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

border-color css

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

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

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