Html Css Color HEX #AB1C2C Cardinal

📋 copy color: '#AB1C2C'

red 171 ◦ green 28 ◦ blue 44

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

Shades of Cardinal #AB1C2C

Tints of Cardinal #AB1C2C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.52%

 BLUE value IS 44 (17.58% from 255) = 18.11%

R = 70.37%
G = 11.52%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AB1C2C (or 0xAB1C2C) is known color: Cardinal. HEX triplet: AB, 1C and 2C. RGB value is (171,28,44). Sum of RGB (Red+Green+Blue) = 171+28+44=243 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.37% from 243); Green value is 28 (11.33% from 255 or 11.52% from 243); Blue value is 44 (17.58% from 255 or 18.11% from 243); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1C2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1C2C is #54E3D3. Grayscale: #484848. Windows color (decimal): -5563348 or 2890923. OLE color: 2890923.

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

Color convert

RGB 171 28 44 -
CMYK 0 0.84 0.74 0.33
HSL 353.29º 0.72% 0.39% -
HSV(B) 353.29º 0.84% 0.67% -
XYZ 17.66 9.67 3.32 -
YUV 72.58 111.88 198.2 -
System Red Green Blue C M Y K H S L
Decimal 171 28 44 0 0.84 0.74 0.33 353.29 0.72 0.39
Hex AB 1C 2C 0 54 4A 21 161 48 27
Octal 253 34 54 0 124 112 41 541 110 47
Binary 10101011 11100 101100 0 1010100 1001010 100001 101100001 1001000 100111

Color Harmonies of #AB1C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1C2C

Black with #AB1C2C

Text Example


Text Example

White with #AB1C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1C2C; }

 p { color: rgb(171,28,44); }

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

background-color css

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

 a { background-color: rgb(171,28,44); }

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

border-color css

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

 span { border-color: rgb(171,28,44); }

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