Html Css Color HEX #AB1542 Cardinal

📋 copy color: '#AB1542'

red 171 ◦ green 21 ◦ blue 66

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

Shades of Cardinal #AB1542

Tints of Cardinal #AB1542

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.14%

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

R = 66.28%
G = 8.14%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AB1542 (or 0xAB1542) is known color: Cardinal. HEX triplet: AB, 15 and 42. RGB value is (171,21,66). Sum of RGB (Red+Green+Blue) = 171+21+66=258 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.28% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 66 (26.17% from 255 or 25.58% from 258); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1542 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1542 is #54EABD. Grayscale: #464646. Windows color (decimal): -5565118 or 4330923. OLE color: 4330923.

HSL color Cylindrical-coordinate representation of color #AB1542: hue angle of 342º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB1542 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 21 66 -
CMYK 0 0.88 0.61 0.33
HSL 342º 0.78% 0.38% -
HSV(B) 342º 0.88% 0.67% -
XYZ 18.05 9.59 6.05 -
YUV 70.98 125.2 199.34 -
System Red Green Blue C M Y K H S L
Decimal 171 21 66 0 0.88 0.61 0.33 342 0.78 0.38
Hex AB 15 42 0 58 3D 21 156 4E 26
Octal 253 25 102 0 130 75 41 526 116 46
Binary 10101011 10101 1000010 0 1011000 111101 100001 101010110 1001110 100110

Color Harmonies of #AB1542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1542

Black with #AB1542

Text Example


Text Example

White with #AB1542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1542; }

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

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

background-color css

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

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

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

border-color css

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

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

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