Html Css Color HEX #AB1927 Bright Red

📋 copy color: '#AB1927'

red 171 ◦ green 25 ◦ blue 39

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

Shades of Bright Red #AB1927

Tints of Bright Red #AB1927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 16.6%

R = 72.77%
G = 10.64%
B = 16.6%

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

#AB1927 (or 0xAB1927) is known color: Bright Red. HEX triplet: AB, 19 and 27. RGB value is (171,25,39). Sum of RGB (Red+Green+Blue) = 171+25+39=235 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.77% from 235); Green value is 25 (10.16% from 255 or 10.64% from 235); Blue value is 39 (15.62% from 255 or 16.60% from 235); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1927 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1927 is #54E6D8. Grayscale: #464646. Windows color (decimal): -5564121 or 2562475. OLE color: 2562475.

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

Color convert

RGB 171 25 39 -
CMYK 0 0.85 0.77 0.33
HSL 354.25º 0.74% 0.38% -
HSV(B) 354.25º 0.85% 0.67% -
XYZ 17.51 9.5 2.83 -
YUV 70.25 110.37 199.86 -
System Red Green Blue C M Y K H S L
Decimal 171 25 39 0 0.85 0.77 0.33 354.25 0.74 0.38
Hex AB 19 27 0 55 4D 21 162 4A 26
Octal 253 31 47 0 125 115 41 542 112 46
Binary 10101011 11001 100111 0 1010101 1001101 100001 101100010 1001010 100110

Color Harmonies of #AB1927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1927

Black with #AB1927

Text Example


Text Example

White with #AB1927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1927; }

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

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

background-color css

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

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

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

border-color css

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

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

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