Html Css Color HEX #AB1535 Cardinal

📋 copy color: '#AB1535'

red 171 ◦ green 21 ◦ blue 53

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

Shades of Cardinal #AB1535

Tints of Cardinal #AB1535

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.57%

 BLUE value IS 53 (21.09% from 255) = 21.63%

R = 69.8%
G = 8.57%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AB1535 (or 0xAB1535) is known color: Cardinal. HEX triplet: AB, 15 and 35. RGB value is (171,21,53). Sum of RGB (Red+Green+Blue) = 171+21+53=245 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.80% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 53 (21.09% from 255 or 21.63% from 245); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1535 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1535 is #54EACA. Grayscale: #454545. Windows color (decimal): -5565131 or 3478955. OLE color: 3478955.

HSL color Cylindrical-coordinate representation of color #AB1535: hue angle of 347.2º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB1535 is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 21 53 -
CMYK 0 0.88 0.69 0.33
HSL 347.2º 0.78% 0.38% -
HSV(B) 347.2º 0.88% 0.67% -
XYZ 17.71 9.45 4.26 -
YUV 69.5 118.7 200.4 -
System Red Green Blue C M Y K H S L
Decimal 171 21 53 0 0.88 0.69 0.33 347.2 0.78 0.38
Hex AB 15 35 0 58 45 21 15B 4E 26
Octal 253 25 65 0 130 105 41 533 116 46
Binary 10101011 10101 110101 0 1011000 1000101 100001 101011011 1001110 100110

Color Harmonies of #AB1535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1535

Black with #AB1535

Text Example


Text Example

White with #AB1535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1535; }

 p { color: rgb(171,21,53); }

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

background-color css

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

 a { background-color: rgb(171,21,53); }

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

border-color css

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

 span { border-color: rgb(171,21,53); }

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