Html Css Color HEX #AB1932 Cardinal

📋 copy color: '#AB1932'

red 171 ◦ green 25 ◦ blue 50

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

Shades of Cardinal #AB1932

Tints of Cardinal #AB1932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 20.33%

R = 69.51%
G = 10.16%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AB1932 (or 0xAB1932) is known color: Cardinal. HEX triplet: AB, 19 and 32. RGB value is (171,25,50). Sum of RGB (Red+Green+Blue) = 171+25+50=246 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.51% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 50 (19.92% from 255 or 20.33% from 246); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1932 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1932 is #54E6CD. Grayscale: #474747. Windows color (decimal): -5564110 or 3283371. OLE color: 3283371.

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

Color convert

RGB 171 25 50 -
CMYK 0 0.85 0.71 0.33
HSL 349.73º 0.74% 0.38% -
HSV(B) 349.73º 0.85% 0.67% -
XYZ 17.72 9.58 3.93 -
YUV 71.5 115.87 198.97 -
System Red Green Blue C M Y K H S L
Decimal 171 25 50 0 0.85 0.71 0.33 349.73 0.74 0.38
Hex AB 19 32 0 55 47 21 15E 4A 26
Octal 253 31 62 0 125 107 41 536 112 46
Binary 10101011 11001 110010 0 1010101 1000111 100001 101011110 1001010 100110

Color Harmonies of #AB1932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1932

Black with #AB1932

Text Example


Text Example

White with #AB1932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1932; }

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

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

background-color css

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

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

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

border-color css

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

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

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