Html Css Color HEX #AB1735 Cardinal

📋 copy color: '#AB1735'

red 171 ◦ green 23 ◦ blue 53

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

Shades of Cardinal #AB1735

Tints of Cardinal #AB1735

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.31%

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

R = 69.23%
G = 9.31%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AB1735 (or 0xAB1735) is known color: Cardinal. HEX triplet: AB, 17 and 35. RGB value is (171,23,53). Sum of RGB (Red+Green+Blue) = 171+23+53=247 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.23% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 53 (21.09% from 255 or 21.46% from 247); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1735 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1735 is #54E8CA. Grayscale: #464646. Windows color (decimal): -5564619 or 3479467. OLE color: 3479467.

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

Color convert

RGB 171 23 53 -
CMYK 0 0.87 0.69 0.33
HSL 347.84º 0.76% 0.38% -
HSV(B) 347.84º 0.87% 0.67% -
XYZ 17.74 9.53 4.27 -
YUV 70.67 118.03 199.56 -
System Red Green Blue C M Y K H S L
Decimal 171 23 53 0 0.87 0.69 0.33 347.84 0.76 0.38
Hex AB 17 35 0 57 45 21 15C 4C 26
Octal 253 27 65 0 127 105 41 534 114 46
Binary 10101011 10111 110101 0 1010111 1000101 100001 101011100 1001100 100110

Color Harmonies of #AB1735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1735

Black with #AB1735

Text Example


Text Example

White with #AB1735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1735; }

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

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

background-color css

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

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

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

border-color css

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

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

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