Html Css Color HEX #AB1E2D Bright Red

📋 copy color: '#AB1E2D'

red 171 ◦ green 30 ◦ blue 45

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

Shades of Bright Red #AB1E2D

Tints of Bright Red #AB1E2D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.2%

 BLUE value IS 45 (17.97% from 255) = 18.29%

R = 69.51%
G = 12.2%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AB1E2D (or 0xAB1E2D) is known color: Bright Red. HEX triplet: AB, 1E and 2D. RGB value is (171,30,45). Sum of RGB (Red+Green+Blue) = 171+30+45=246 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.51% from 246); Green value is 30 (12.11% from 255 or 12.20% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1E2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1E2D is #54E1D2. Grayscale: #494949. Windows color (decimal): -5562835 or 2956971. OLE color: 2956971.

HSL color Cylindrical-coordinate representation of color #AB1E2D: hue angle of 353.62º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB1E2D is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 30 45 -
CMYK 0 0.82 0.74 0.33
HSL 353.62º 0.7% 0.39% -
HSV(B) 353.62º 0.82% 0.67% -
XYZ 17.73 9.78 3.43 -
YUV 73.87 111.71 197.28 -
System Red Green Blue C M Y K H S L
Decimal 171 30 45 0 0.82 0.74 0.33 353.62 0.7 0.39
Hex AB 1E 2D 0 52 4A 21 162 46 27
Octal 253 36 55 0 122 112 41 542 106 47
Binary 10101011 11110 101101 0 1010010 1001010 100001 101100010 1000110 100111

Color Harmonies of #AB1E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1E2D

Black with #AB1E2D

Text Example


Text Example

White with #AB1E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1E2D; }

 p { color: rgb(171,30,45); }

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

background-color css

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

 a { background-color: rgb(171,30,45); }

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

border-color css

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

 span { border-color: rgb(171,30,45); }

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