Html Css Color HEX #AB1924 Bright Red

📋 copy color: '#AB1924'

red 171 ◦ green 25 ◦ blue 36

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

Shades of Bright Red #AB1924

Tints of Bright Red #AB1924

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 15.52%

R = 73.71%
G = 10.78%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AB1924 (or 0xAB1924) is known color: Bright Red. HEX triplet: AB, 19 and 24. RGB value is (171,25,36). Sum of RGB (Red+Green+Blue) = 171+25+36=232 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.71% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 36 (14.45% from 255 or 15.52% from 232); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1924 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1924 is #54E6DB. Grayscale: #464646. Windows color (decimal): -5564124 or 2365867. OLE color: 2365867.

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

Color convert

RGB 171 25 36 -
CMYK 0 0.85 0.79 0.33
HSL 355.48º 0.74% 0.38% -
HSV(B) 355.48º 0.85% 0.67% -
XYZ 17.46 9.48 2.58 -
YUV 69.91 108.87 200.11 -
System Red Green Blue C M Y K H S L
Decimal 171 25 36 0 0.85 0.79 0.33 355.48 0.74 0.38
Hex AB 19 24 0 55 4F 21 163 4A 26
Octal 253 31 44 0 125 117 41 543 112 46
Binary 10101011 11001 100100 0 1010101 1001111 100001 101100011 1001010 100110

Color Harmonies of #AB1924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1924

Black with #AB1924

Text Example


Text Example

White with #AB1924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1924; }

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

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

background-color css

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

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

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

border-color css

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

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

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