Html Css Color HEX #AB1E2F Cardinal

📋 copy color: '#AB1E2F'

red 171 ◦ green 30 ◦ blue 47

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

Shades of Cardinal #AB1E2F

Tints of Cardinal #AB1E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.95%

R = 68.95%
G = 12.1%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AB1E2F (or 0xAB1E2F) is known color: Cardinal. HEX triplet: AB, 1E and 2F. RGB value is (171,30,47). Sum of RGB (Red+Green+Blue) = 171+30+47=248 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.95% from 248); Green value is 30 (12.11% from 255 or 12.10% from 248); Blue value is 47 (18.75% from 255 or 18.95% from 248); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1E2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1E2F is #54E1D0. Grayscale: #4A4A4A. Windows color (decimal): -5562833 or 3088043. OLE color: 3088043.

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

Color convert

RGB 171 30 47 -
CMYK 0 0.82 0.73 0.33
HSL 352.77º 0.7% 0.39% -
HSV(B) 352.77º 0.82% 0.67% -
XYZ 17.77 9.79 3.64 -
YUV 74.1 112.71 197.12 -
System Red Green Blue C M Y K H S L
Decimal 171 30 47 0 0.82 0.73 0.33 352.77 0.7 0.39
Hex AB 1E 2F 0 52 49 21 161 46 27
Octal 253 36 57 0 122 111 41 541 106 47
Binary 10101011 11110 101111 0 1010010 1001001 100001 101100001 1000110 100111

Color Harmonies of #AB1E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1E2F

Black with #AB1E2F

Text Example


Text Example

White with #AB1E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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