Html Css Color HEX #AB1941 Cardinal

📋 copy color: '#AB1941'

red 171 ◦ green 25 ◦ blue 65

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

Shades of Cardinal #AB1941

Tints of Cardinal #AB1941

RGB

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

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

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

R = 65.52%
G = 9.58%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AB1941 (or 0xAB1941) is known color: Cardinal. HEX triplet: AB, 19 and 41. RGB value is (171,25,65). Sum of RGB (Red+Green+Blue) = 171+25+65=261 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.52% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 65 (25.78% from 255 or 24.90% from 261); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1941 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1941 is #54E6BE. Grayscale: #494949. Windows color (decimal): -5564095 or 4266411. OLE color: 4266411.

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

Color convert

RGB 171 25 65 -
CMYK 0 0.85 0.62 0.33
HSL 343.56º 0.74% 0.38% -
HSV(B) 343.56º 0.85% 0.67% -
XYZ 18.1 9.73 5.93 -
YUV 73.21 123.37 197.75 -
System Red Green Blue C M Y K H S L
Decimal 171 25 65 0 0.85 0.62 0.33 343.56 0.74 0.38
Hex AB 19 41 0 55 3E 21 158 4A 26
Octal 253 31 101 0 125 76 41 530 112 46
Binary 10101011 11001 1000001 0 1010101 111110 100001 101011000 1001010 100110

Color Harmonies of #AB1941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1941

Black with #AB1941

Text Example


Text Example

White with #AB1941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1941; }

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

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

background-color css

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

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

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

border-color css

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

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

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