Html Css Color HEX #AB1922 Bright Red

📋 copy color: '#AB1922'

red 171 ◦ green 25 ◦ blue 34

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

Shades of Bright Red #AB1922

Tints of Bright Red #AB1922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 14.78%

R = 74.35%
G = 10.87%
B = 14.78%

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

#AB1922 (or 0xAB1922) is known color: Bright Red. HEX triplet: AB, 19 and 22. RGB value is (171,25,34). Sum of RGB (Red+Green+Blue) = 171+25+34=230 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.35% from 230); Green value is 25 (10.16% from 255 or 10.87% from 230); Blue value is 34 (13.67% from 255 or 14.78% from 230); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1922 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1922 is #54E6DD. Grayscale: #454545. Windows color (decimal): -5564126 or 2234795. OLE color: 2234795.

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

Color convert

RGB 171 25 34 -
CMYK 0 0.85 0.80 0.33
HSL 356.3º 0.74% 0.38% -
HSV(B) 356.3º 0.85% 0.67% -
XYZ 17.43 9.47 2.42 -
YUV 69.68 107.87 200.27 -
System Red Green Blue C M Y K H S L
Decimal 171 25 34 0 0.85 0.80 0.33 356.3 0.74 0.38
Hex AB 19 22 0 55 50 21 164 4A 26
Octal 253 31 42 0 125 120 41 544 112 46
Binary 10101011 11001 100010 0 1010101 1010000 100001 101100100 1001010 100110

Color Harmonies of #AB1922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1922

Black with #AB1922

Text Example


Text Example

White with #AB1922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1922; }

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

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

background-color css

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

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

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

border-color css

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

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

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