Html Css Color HEX #AC0E35 Cardinal

📋 copy color: '#AC0E35'

red 172 ◦ green 14 ◦ blue 53

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

Shades of Cardinal #AC0E35

Tints of Cardinal #AC0E35

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.86%

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

R = 71.97%
G = 5.86%
B = 22.18%

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

#AC0E35 (or 0xAC0E35) is known color: Cardinal. HEX triplet: AC, 0E and 35. RGB value is (172,14,53). Sum of RGB (Red+Green+Blue) = 172+14+53=239 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.97% from 239); Green value is 14 (5.86% from 255 or 5.86% from 239); Blue value is 53 (21.09% from 255 or 22.18% from 239); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0E35 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0E35 is #53F1CA. Grayscale: #414141. Windows color (decimal): -5501387 or 3477164. OLE color: 3477164.

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

Color convert

RGB 172 14 53 -
CMYK 0 0.92 0.69 0.33
HSL 345.19º 0.85% 0.36% -
HSV(B) 345.19º 0.92% 0.67% -
XYZ 17.81 9.34 4.23 -
YUV 65.69 120.85 203.83 -
System Red Green Blue C M Y K H S L
Decimal 172 14 53 0 0.92 0.69 0.33 345.19 0.85 0.36
Hex AC E 35 0 5C 45 21 159 55 24
Octal 254 16 65 0 134 105 41 531 125 44
Binary 10101100 1110 110101 0 1011100 1000101 100001 101011001 1010101 100100

Color Harmonies of #AC0E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0E35

Black with #AC0E35

Text Example


Text Example

White with #AC0E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0E35; }

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

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

background-color css

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

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

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

border-color css

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

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

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