Html Css Color HEX #AB1B3C Cardinal

📋 copy color: '#AB1B3C'

red 171 ◦ green 27 ◦ blue 60

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

Shades of Cardinal #AB1B3C

Tints of Cardinal #AB1B3C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.47%

 BLUE value IS 60 (23.83% from 255) = 23.26%

R = 66.28%
G = 10.47%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AB1B3C (or 0xAB1B3C) is known color: Cardinal. HEX triplet: AB, 1B and 3C. RGB value is (171,27,60). Sum of RGB (Red+Green+Blue) = 171+27+60=258 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.28% from 258); Green value is 27 (10.94% from 255 or 10.47% from 258); Blue value is 60 (23.83% from 255 or 23.26% from 258); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1B3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1B3C is #54E4C3. Grayscale: #494949. Windows color (decimal): -5563588 or 3939243. OLE color: 3939243.

HSL color Cylindrical-coordinate representation of color #AB1B3C: hue angle of 346.25º degrees, saturation: 0.73, 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 #AB1B3C is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 27 60 -
CMYK 0 0.84 0.65 0.33
HSL 346.25º 0.73% 0.39% -
HSV(B) 346.25º 0.84% 0.67% -
XYZ 18 9.77 5.21 -
YUV 73.82 120.21 197.32 -
System Red Green Blue C M Y K H S L
Decimal 171 27 60 0 0.84 0.65 0.33 346.25 0.73 0.39
Hex AB 1B 3C 0 54 41 21 15A 49 27
Octal 253 33 74 0 124 101 41 532 111 47
Binary 10101011 11011 111100 0 1010100 1000001 100001 101011010 1001001 100111

Color Harmonies of #AB1B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1B3C

Black with #AB1B3C

Text Example


Text Example

White with #AB1B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1B3C; }

 p { color: rgb(171,27,60); }

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

background-color css

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

 a { background-color: rgb(171,27,60); }

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

border-color css

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

 span { border-color: rgb(171,27,60); }

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