Html Css Color HEX #AB1A2D Cardinal

📋 copy color: '#AB1A2D'

red 171 ◦ green 26 ◦ blue 45

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

Shades of Cardinal #AB1A2D

Tints of Cardinal #AB1A2D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.74%

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

R = 70.66%
G = 10.74%
B = 18.6%

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

#AB1A2D (or 0xAB1A2D) is known color: Cardinal. HEX triplet: AB, 1A and 2D. RGB value is (171,26,45). Sum of RGB (Red+Green+Blue) = 171+26+45=242 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.66% from 242); Green value is 26 (10.55% from 255 or 10.74% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1A2D is #54E5D2. Grayscale: #474747. Windows color (decimal): -5563859 or 2955947. OLE color: 2955947.

HSL color Cylindrical-coordinate representation of color #AB1A2D: hue angle of 352.14º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB1A2D is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 26 45 -
CMYK 0 0.85 0.74 0.33
HSL 352.14º 0.74% 0.39% -
HSV(B) 352.14º 0.85% 0.67% -
XYZ 17.64 9.59 3.4 -
YUV 71.52 113.04 198.96 -
System Red Green Blue C M Y K H S L
Decimal 171 26 45 0 0.85 0.74 0.33 352.14 0.74 0.39
Hex AB 1A 2D 0 55 4A 21 160 4A 27
Octal 253 32 55 0 125 112 41 540 112 47
Binary 10101011 11010 101101 0 1010101 1001010 100001 101100000 1001010 100111

Color Harmonies of #AB1A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1A2D

Black with #AB1A2D

Text Example


Text Example

White with #AB1A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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