Html Css Color HEX #AB192D Cardinal

📋 copy color: '#AB192D'

red 171 ◦ green 25 ◦ blue 45

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

Shades of Cardinal #AB192D

Tints of Cardinal #AB192D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.67%

R = 70.95%
G = 10.37%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AB192D (or 0xAB192D) is known color: Cardinal. HEX triplet: AB, 19 and 2D. RGB value is (171,25,45). Sum of RGB (Red+Green+Blue) = 171+25+45=241 (31% of max value = 765). Red value is 171 (67.19% from 255 or 70.95% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 171 - color contains mainly: red. Hex color #AB192D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB192D is #54E6D2. Grayscale: #474747. Windows color (decimal): -5564115 or 2955691. OLE color: 2955691.

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

Color convert

RGB 171 25 45 -
CMYK 0 0.85 0.74 0.33
HSL 351.78º 0.74% 0.38% -
HSV(B) 351.78º 0.85% 0.67% -
XYZ 17.62 9.54 3.4 -
YUV 70.93 113.37 199.37 -
System Red Green Blue C M Y K H S L
Decimal 171 25 45 0 0.85 0.74 0.33 351.78 0.74 0.38
Hex AB 19 2D 0 55 4A 21 160 4A 26
Octal 253 31 55 0 125 112 41 540 112 46
Binary 10101011 11001 101101 0 1010101 1001010 100001 101100000 1001010 100110

Color Harmonies of #AB192D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB192D

Black with #AB192D

Text Example


Text Example

White with #AB192D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB192D; }

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

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

background-color css

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

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

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

border-color css

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

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

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