Html Css Color HEX #AB1923 Bright Red

📋 copy color: '#AB1923'

red 171 ◦ green 25 ◦ blue 35

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

Shades of Bright Red #AB1923

Tints of Bright Red #AB1923

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 15.15%

R = 74.03%
G = 10.82%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AB1923 (or 0xAB1923) is known color: Bright Red. HEX triplet: AB, 19 and 23. RGB value is (171,25,35). Sum of RGB (Red+Green+Blue) = 171+25+35=231 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.03% from 231); Green value is 25 (10.16% from 255 or 10.82% from 231); Blue value is 35 (14.06% from 255 or 15.15% from 231); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1923 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1923 is #54E6DC. Grayscale: #454545. Windows color (decimal): -5564125 or 2300331. OLE color: 2300331.

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

Color convert

RGB 171 25 35 -
CMYK 0 0.85 0.80 0.33
HSL 355.89º 0.74% 0.38% -
HSV(B) 355.89º 0.85% 0.67% -
XYZ 17.45 9.47 2.5 -
YUV 69.79 108.37 200.19 -
System Red Green Blue C M Y K H S L
Decimal 171 25 35 0 0.85 0.80 0.33 355.89 0.74 0.38
Hex AB 19 23 0 55 50 21 164 4A 26
Octal 253 31 43 0 125 120 41 544 112 46
Binary 10101011 11001 100011 0 1010101 1010000 100001 101100100 1001010 100110

Color Harmonies of #AB1923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1923

Black with #AB1923

Text Example


Text Example

White with #AB1923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1923; }

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

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

background-color css

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

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

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

border-color css

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

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

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