Html Css Color HEX #AB1825 Bright Red

📋 copy color: '#AB1825'

red 171 ◦ green 24 ◦ blue 37

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

Shades of Bright Red #AB1825

Tints of Bright Red #AB1825

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.34%

 BLUE value IS 37 (14.84% from 255) = 15.95%

R = 73.71%
G = 10.34%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AB1825 (or 0xAB1825) is known color: Bright Red. HEX triplet: AB, 18 and 25. RGB value is (171,24,37). Sum of RGB (Red+Green+Blue) = 171+24+37=232 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.71% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 37 (14.84% from 255 or 15.95% from 232); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1825 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1825 is #54E7DA. Grayscale: #454545. Windows color (decimal): -5564379 or 2431147. OLE color: 2431147.

HSL color Cylindrical-coordinate representation of color #AB1825: hue angle of 354.69º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AB1825 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 24 37 -
CMYK 0 0.86 0.78 0.33
HSL 354.69º 0.75% 0.38% -
HSV(B) 354.69º 0.86% 0.67% -
XYZ 17.46 9.44 2.65 -
YUV 69.44 109.7 200.44 -
System Red Green Blue C M Y K H S L
Decimal 171 24 37 0 0.86 0.78 0.33 354.69 0.75 0.38
Hex AB 18 25 0 56 4E 21 163 4B 26
Octal 253 30 45 0 126 116 41 543 113 46
Binary 10101011 11000 100101 0 1010110 1001110 100001 101100011 1001011 100110

Color Harmonies of #AB1825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1825

Black with #AB1825

Text Example


Text Example

White with #AB1825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1825; }

 p { color: rgb(171,24,37); }

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

background-color css

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

 a { background-color: rgb(171,24,37); }

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

border-color css

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

 span { border-color: rgb(171,24,37); }

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