Html Css Color HEX #AC0534 Cardinal

📋 copy color: '#AC0534'

red 172 ◦ green 5 ◦ blue 52

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

Shades of Cardinal #AC0534

Tints of Cardinal #AC0534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 22.71%

R = 75.11%
G = 2.18%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AC0534 (or 0xAC0534) is known color: Cardinal. HEX triplet: AC, 05 and 34. RGB value is (172,5,52). Sum of RGB (Red+Green+Blue) = 172+5+52=229 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.11% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 52 (20.70% from 255 or 22.71% from 229); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0534 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0534 is #53FACB. Grayscale: #3C3C3C. Windows color (decimal): -5503692 or 3409324. OLE color: 3409324.

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

Color convert

RGB 172 5 52 -
CMYK 0 0.97 0.70 0.33
HSL 343.11º 0.94% 0.35% -
HSV(B) 343.11º 0.97% 0.67% -
XYZ 17.69 9.13 4.08 -
YUV 60.29 123.33 207.68 -
System Red Green Blue C M Y K H S L
Decimal 172 5 52 0 0.97 0.70 0.33 343.11 0.94 0.35
Hex AC 5 34 0 61 46 21 157 5E 23
Octal 254 5 64 0 141 106 41 527 136 43
Binary 10101100 101 110100 0 1100001 1000110 100001 101010111 1011110 100011

Color Harmonies of #AC0534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0534

Black with #AC0534

Text Example


Text Example

White with #AC0534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0534; }

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

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

background-color css

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

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

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

border-color css

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

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

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