Html Css Color HEX #AB0535 Cardinal

📋 copy color: '#AB0535'

red 171 ◦ green 5 ◦ blue 53

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

Shades of Cardinal #AB0535

Tints of Cardinal #AB0535

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.18%

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

R = 74.67%
G = 2.18%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AB0535 (or 0xAB0535) is known color: Cardinal. HEX triplet: AB, 05 and 35. RGB value is (171,5,53). Sum of RGB (Red+Green+Blue) = 171+5+53=229 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.67% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 53 (21.09% from 255 or 23.14% from 229); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0535 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0535 is #54FACA. Grayscale: #3C3C3C. Windows color (decimal): -5569227 or 3474859. OLE color: 3474859.

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

Color convert

RGB 171 5 53 -
CMYK 0 0.97 0.69 0.33
HSL 342.65º 0.94% 0.35% -
HSV(B) 342.65º 0.97% 0.67% -
XYZ 17.49 9.02 4.19 -
YUV 60.11 124 207.1 -
System Red Green Blue C M Y K H S L
Decimal 171 5 53 0 0.97 0.69 0.33 342.65 0.94 0.35
Hex AB 5 35 0 61 45 21 157 5E 23
Octal 253 5 65 0 141 105 41 527 136 43
Binary 10101011 101 110101 0 1100001 1000101 100001 101010111 1011110 100011

Color Harmonies of #AB0535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0535

Black with #AB0535

Text Example


Text Example

White with #AB0535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0535; }

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

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

background-color css

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

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

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

border-color css

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

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

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