Html Css Color HEX #AB1942 Cardinal

📋 copy color: '#AB1942'

red 171 ◦ green 25 ◦ blue 66

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

Shades of Cardinal #AB1942

Tints of Cardinal #AB1942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25.19%

R = 65.27%
G = 9.54%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AB1942 (or 0xAB1942) is known color: Cardinal. HEX triplet: AB, 19 and 42. RGB value is (171,25,66). Sum of RGB (Red+Green+Blue) = 171+25+66=262 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.27% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 66 (26.17% from 255 or 25.19% from 262); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1942 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1942 is #54E6BD. Grayscale: #494949. Windows color (decimal): -5564094 or 4331947. OLE color: 4331947.

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

Color convert

RGB 171 25 66 -
CMYK 0 0.85 0.61 0.33
HSL 343.15º 0.74% 0.38% -
HSV(B) 343.15º 0.85% 0.67% -
XYZ 18.13 9.75 6.08 -
YUV 73.33 123.87 197.67 -
System Red Green Blue C M Y K H S L
Decimal 171 25 66 0 0.85 0.61 0.33 343.15 0.74 0.38
Hex AB 19 42 0 55 3D 21 157 4A 26
Octal 253 31 102 0 125 75 41 527 112 46
Binary 10101011 11001 1000010 0 1010101 111101 100001 101010111 1001010 100110

Color Harmonies of #AB1942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1942

Black with #AB1942

Text Example


Text Example

White with #AB1942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1942; }

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

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

background-color css

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

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

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

border-color css

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

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

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