Html Css Color HEX #AB1945 Cardinal

📋 copy color: '#AB1945'

red 171 ◦ green 25 ◦ blue 69

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

Shades of Cardinal #AB1945

Tints of Cardinal #AB1945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 26.04%

R = 64.53%
G = 9.43%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AB1945 (or 0xAB1945) is known color: Cardinal. HEX triplet: AB, 19 and 45. RGB value is (171,25,69). Sum of RGB (Red+Green+Blue) = 171+25+69=265 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.53% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 69 (27.34% from 255 or 26.04% from 265); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1945 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1945 is #54E6BA. Grayscale: #494949. Windows color (decimal): -5564091 or 4528555. OLE color: 4528555.

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

Color convert

RGB 171 25 69 -
CMYK 0 0.85 0.60 0.33
HSL 341.92º 0.74% 0.38% -
HSV(B) 341.92º 0.85% 0.67% -
XYZ 18.22 9.78 6.56 -
YUV 73.67 125.37 197.42 -
System Red Green Blue C M Y K H S L
Decimal 171 25 69 0 0.85 0.60 0.33 341.92 0.74 0.38
Hex AB 19 45 0 55 3C 21 156 4A 26
Octal 253 31 105 0 125 74 41 526 112 46
Binary 10101011 11001 1000101 0 1010101 111100 100001 101010110 1001010 100110

Color Harmonies of #AB1945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1945

Black with #AB1945

Text Example


Text Example

White with #AB1945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1945; }

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

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

background-color css

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

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

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

border-color css

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

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

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