Html Css Color HEX #AC0E39 Cardinal

📋 copy color: '#AC0E39'

red 172 ◦ green 14 ◦ blue 57

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

Shades of Cardinal #AC0E39

Tints of Cardinal #AC0E39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 23.46%

R = 70.78%
G = 5.76%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AC0E39 (or 0xAC0E39) is known color: Cardinal. HEX triplet: AC, 0E and 39. RGB value is (172,14,57). Sum of RGB (Red+Green+Blue) = 172+14+57=243 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.78% from 243); Green value is 14 (5.86% from 255 or 5.76% from 243); Blue value is 57 (22.66% from 255 or 23.46% from 243); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0E39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0E39 is #53F1C6. Grayscale: #424242. Windows color (decimal): -5501383 or 3739308. OLE color: 3739308.

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

Color convert

RGB 172 14 57 -
CMYK 0 0.92 0.67 0.33
HSL 343.67º 0.85% 0.36% -
HSV(B) 343.67º 0.92% 0.67% -
XYZ 17.91 9.38 4.74 -
YUV 66.14 122.85 203.5 -
System Red Green Blue C M Y K H S L
Decimal 172 14 57 0 0.92 0.67 0.33 343.67 0.85 0.36
Hex AC E 39 0 5C 43 21 158 55 24
Octal 254 16 71 0 134 103 41 530 125 44
Binary 10101100 1110 111001 0 1011100 1000011 100001 101011000 1010101 100100

Color Harmonies of #AC0E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0E39

Black with #AC0E39

Text Example


Text Example

White with #AC0E39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0E39; }

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

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

background-color css

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

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

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

border-color css

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

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

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