Html Css Color HEX #AB1938 Cardinal

📋 copy color: '#AB1938'

red 171 ◦ green 25 ◦ blue 56

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

Shades of Cardinal #AB1938

Tints of Cardinal #AB1938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 22.22%

R = 67.86%
G = 9.92%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AB1938 (or 0xAB1938) is known color: Cardinal. HEX triplet: AB, 19 and 38. RGB value is (171,25,56). Sum of RGB (Red+Green+Blue) = 171+25+56=252 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.86% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 56 (22.27% from 255 or 22.22% from 252); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1938 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1938 is #54E6C7. Grayscale: #484848. Windows color (decimal): -5564104 or 3676587. OLE color: 3676587.

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

Color convert

RGB 171 25 56 -
CMYK 0 0.85 0.67 0.33
HSL 347.26º 0.74% 0.38% -
HSV(B) 347.26º 0.85% 0.67% -
XYZ 17.86 9.64 4.66 -
YUV 72.19 118.87 198.48 -
System Red Green Blue C M Y K H S L
Decimal 171 25 56 0 0.85 0.67 0.33 347.26 0.74 0.38
Hex AB 19 38 0 55 43 21 15B 4A 26
Octal 253 31 70 0 125 103 41 533 112 46
Binary 10101011 11001 111000 0 1010101 1000011 100001 101011011 1001010 100110

Color Harmonies of #AB1938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1938

Black with #AB1938

Text Example


Text Example

White with #AB1938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1938; }

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

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

background-color css

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

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

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

border-color css

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

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

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