Html Css Color HEX #AB1C33 Cardinal

📋 copy color: '#AB1C33'

red 171 ◦ green 28 ◦ blue 51

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

Shades of Cardinal #AB1C33

Tints of Cardinal #AB1C33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.4%

R = 68.4%
G = 11.2%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AB1C33 (or 0xAB1C33) is known color: Cardinal. HEX triplet: AB, 1C and 33. RGB value is (171,28,51). Sum of RGB (Red+Green+Blue) = 171+28+51=250 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.4% from 250); Green value is 28 (11.33% from 255 or 11.2% from 250); Blue value is 51 (20.31% from 255 or 20.4% from 250); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1C33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1C33 is #54E3CC. Grayscale: #494949. Windows color (decimal): -5563341 or 3349675. OLE color: 3349675.

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

Color convert

RGB 171 28 51 -
CMYK 0 0.84 0.70 0.33
HSL 350.35º 0.72% 0.39% -
HSV(B) 350.35º 0.84% 0.67% -
XYZ 17.81 9.73 4.07 -
YUV 73.38 115.38 197.63 -
System Red Green Blue C M Y K H S L
Decimal 171 28 51 0 0.84 0.70 0.33 350.35 0.72 0.39
Hex AB 1C 33 0 54 46 21 15E 48 27
Octal 253 34 63 0 124 106 41 536 110 47
Binary 10101011 11100 110011 0 1010100 1000110 100001 101011110 1001000 100111

Color Harmonies of #AB1C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1C33

Black with #AB1C33

Text Example


Text Example

White with #AB1C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1C33; }

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

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

background-color css

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

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

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

border-color css

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

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

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