Html Css Color HEX #AB1E41 Cardinal

📋 copy color: '#AB1E41'

red 171 ◦ green 30 ◦ blue 65

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

Shades of Cardinal #AB1E41

Tints of Cardinal #AB1E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.44%

R = 64.29%
G = 11.28%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AB1E41 (or 0xAB1E41) is known color: Cardinal. HEX triplet: AB, 1E and 41. RGB value is (171,30,65). Sum of RGB (Red+Green+Blue) = 171+30+65=266 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.29% from 266); Green value is 30 (12.11% from 255 or 11.28% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1E41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1E41 is #54E1BE. Grayscale: #4C4C4C. Windows color (decimal): -5562815 or 4267691. OLE color: 4267691.

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

Color convert

RGB 171 30 65 -
CMYK 0 0.82 0.62 0.33
HSL 345.11º 0.7% 0.39% -
HSV(B) 345.11º 0.82% 0.67% -
XYZ 18.21 9.97 5.97 -
YUV 76.15 121.71 195.65 -
System Red Green Blue C M Y K H S L
Decimal 171 30 65 0 0.82 0.62 0.33 345.11 0.7 0.39
Hex AB 1E 41 0 52 3E 21 159 46 27
Octal 253 36 101 0 122 76 41 531 106 47
Binary 10101011 11110 1000001 0 1010010 111110 100001 101011001 1000110 100111

Color Harmonies of #AB1E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1E41

Black with #AB1E41

Text Example


Text Example

White with #AB1E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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