Html Css Color HEX #AC0D36 Cardinal

📋 copy color: '#AC0D36'

red 172 ◦ green 13 ◦ blue 54

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

Shades of Cardinal #AC0D36

Tints of Cardinal #AC0D36

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.44%

 BLUE value IS 54 (21.48% from 255) = 22.59%

R = 71.97%
G = 5.44%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AC0D36 (or 0xAC0D36) is known color: Cardinal. HEX triplet: AC, 0D and 36. RGB value is (172,13,54). Sum of RGB (Red+Green+Blue) = 172+13+54=239 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.97% from 239); Green value is 13 (5.47% from 255 or 5.44% from 239); Blue value is 54 (21.48% from 255 or 22.59% from 239); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0D36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0D36 is #53F2C9. Grayscale: #414141. Windows color (decimal): -5501642 or 3542444. OLE color: 3542444.

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

Color convert

RGB 172 13 54 -
CMYK 0 0.92 0.69 0.33
HSL 344.53º 0.86% 0.36% -
HSV(B) 344.53º 0.92% 0.67% -
XYZ 17.82 9.32 4.35 -
YUV 65.22 121.68 204.17 -
System Red Green Blue C M Y K H S L
Decimal 172 13 54 0 0.92 0.69 0.33 344.53 0.86 0.36
Hex AC D 36 0 5C 45 21 159 56 24
Octal 254 15 66 0 134 105 41 531 126 44
Binary 10101100 1101 110110 0 1011100 1000101 100001 101011001 1010110 100100

Color Harmonies of #AC0D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0D36

Black with #AC0D36

Text Example


Text Example

White with #AC0D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0D36; }

 p { color: rgb(172,13,54); }

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

background-color css

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

 a { background-color: rgb(172,13,54); }

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

border-color css

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

 span { border-color: rgb(172,13,54); }

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