Html Css Color HEX #AC053B Cardinal

📋 copy color: '#AC053B'

red 172 ◦ green 5 ◦ blue 59

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

Shades of Cardinal #AC053B

Tints of Cardinal #AC053B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 25%

R = 72.88%
G = 2.12%
B = 25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC053B (or 0xAC053B) is known color: Cardinal. HEX triplet: AC, 05 and 3B. RGB value is (172,5,59). Sum of RGB (Red+Green+Blue) = 172+5+59=236 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.88% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 59 (23.44% from 255 or 25% from 236); Max value from RGB is 172 - color contains mainly: red. Hex color #AC053B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC053B is #53FAC4. Grayscale: #3D3D3D. Windows color (decimal): -5503685 or 3868076. OLE color: 3868076.

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

Color convert

RGB 172 5 59 -
CMYK 0 0.97 0.66 0.33
HSL 340.6º 0.94% 0.35% -
HSV(B) 340.6º 0.97% 0.67% -
XYZ 17.86 9.19 4.97 -
YUV 61.09 126.83 207.11 -
System Red Green Blue C M Y K H S L
Decimal 172 5 59 0 0.97 0.66 0.33 340.6 0.94 0.35
Hex AC 5 3B 0 61 42 21 155 5E 23
Octal 254 5 73 0 141 102 41 525 136 43
Binary 10101100 101 111011 0 1100001 1000010 100001 101010101 1011110 100011

Color Harmonies of #AC053B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC053B

Black with #AC053B

Text Example


Text Example

White with #AC053B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC053B; }

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

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

background-color css

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

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

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

border-color css

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

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

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