Html Css Color HEX #AB1333 Cardinal

📋 copy color: '#AB1333'

red 171 ◦ green 19 ◦ blue 51

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

Shades of Cardinal #AB1333

Tints of Cardinal #AB1333

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.88%

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

R = 70.95%
G = 7.88%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AB1333 (or 0xAB1333) is known color: Cardinal. HEX triplet: AB, 13 and 33. RGB value is (171,19,51). Sum of RGB (Red+Green+Blue) = 171+19+51=241 (31% of max value = 765). Red value is 171 (67.19% from 255 or 70.95% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 51 (20.31% from 255 or 21.16% from 241); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1333 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1333 is #54ECCC. Grayscale: #444444. Windows color (decimal): -5565645 or 3347371. OLE color: 3347371.

HSL color Cylindrical-coordinate representation of color #AB1333: hue angle of 347.37º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB1333 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 19 51 -
CMYK 0 0.89 0.70 0.33
HSL 347.37º 0.8% 0.37% -
HSV(B) 347.37º 0.89% 0.67% -
XYZ 17.63 9.36 4.01 -
YUV 68.1 118.36 201.4 -
System Red Green Blue C M Y K H S L
Decimal 171 19 51 0 0.89 0.70 0.33 347.37 0.8 0.37
Hex AB 13 33 0 59 46 21 15B 50 25
Octal 253 23 63 0 131 106 41 533 120 45
Binary 10101011 10011 110011 0 1011001 1000110 100001 101011011 1010000 100101

Color Harmonies of #AB1333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1333

Black with #AB1333

Text Example


Text Example

White with #AB1333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1333; }

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

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

background-color css

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

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

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

border-color css

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

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

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