Html Css Color HEX #AC0538 Cardinal

📋 copy color: '#AC0538'

red 172 ◦ green 5 ◦ blue 56

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

Shades of Cardinal #AC0538

Tints of Cardinal #AC0538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 24.03%

R = 73.82%
G = 2.15%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AC0538 (or 0xAC0538) is known color: Cardinal. HEX triplet: AC, 05 and 38. RGB value is (172,5,56). Sum of RGB (Red+Green+Blue) = 172+5+56=233 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.82% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 56 (22.27% from 255 or 24.03% from 233); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0538 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0538 is #53FAC7. Grayscale: #3C3C3C. Windows color (decimal): -5503688 or 3671468. OLE color: 3671468.

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

Color convert

RGB 172 5 56 -
CMYK 0 0.97 0.67 0.33
HSL 341.68º 0.94% 0.35% -
HSV(B) 341.68º 0.97% 0.67% -
XYZ 17.78 9.16 4.57 -
YUV 60.75 125.33 207.35 -
System Red Green Blue C M Y K H S L
Decimal 172 5 56 0 0.97 0.67 0.33 341.68 0.94 0.35
Hex AC 5 38 0 61 43 21 156 5E 23
Octal 254 5 70 0 141 103 41 526 136 43
Binary 10101100 101 111000 0 1100001 1000011 100001 101010110 1011110 100011

Color Harmonies of #AC0538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0538

Black with #AC0538

Text Example


Text Example

White with #AC0538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0538; }

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

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

background-color css

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

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

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

border-color css

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

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

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