Html Css Color HEX #AC0535 Cardinal

📋 copy color: '#AC0535'

red 172 ◦ green 5 ◦ blue 53

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

Shades of Cardinal #AC0535

Tints of Cardinal #AC0535

RGB

 RED value IS 172 (67.58% from 255) = 74.78%

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

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

R = 74.78%
G = 2.17%
B = 23.04%

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

#AC0535 (or 0xAC0535) is known color: Cardinal. HEX triplet: AC, 05 and 35. RGB value is (172,5,53). Sum of RGB (Red+Green+Blue) = 172+5+53=230 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.78% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 53 (21.09% from 255 or 23.04% from 230); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0535 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0535 is #53FACA. Grayscale: #3C3C3C. Windows color (decimal): -5503691 or 3474860. OLE color: 3474860.

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

Color convert

RGB 172 5 53 -
CMYK 0 0.97 0.69 0.33
HSL 342.75º 0.94% 0.35% -
HSV(B) 342.75º 0.97% 0.67% -
XYZ 17.71 9.14 4.2 -
YUV 60.41 123.83 207.6 -
System Red Green Blue C M Y K H S L
Decimal 172 5 53 0 0.97 0.69 0.33 342.75 0.94 0.35
Hex AC 5 35 0 61 45 21 157 5E 23
Octal 254 5 65 0 141 105 41 527 136 43
Binary 10101100 101 110101 0 1100001 1000101 100001 101010111 1011110 100011

Color Harmonies of #AC0535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0535

Black with #AC0535

Text Example


Text Example

White with #AC0535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0535; }

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

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

background-color css

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

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

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

border-color css

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

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

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