Html Css Color HEX #AC0C3F Cardinal

📋 copy color: '#AC0C3F'

red 172 ◦ green 12 ◦ blue 63

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

Shades of Cardinal #AC0C3F

Tints of Cardinal #AC0C3F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.86%

 BLUE value IS 63 (25% from 255) = 25.51%

R = 69.64%
G = 4.86%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC0C3F (or 0xAC0C3F) is known color: Cardinal. HEX triplet: AC, 0C and 3F. RGB value is (172,12,63). Sum of RGB (Red+Green+Blue) = 172+12+63=247 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.64% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 63 (25% from 255 or 25.51% from 247); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C3F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0C3F is #53F3C0. Grayscale: #414141. Windows color (decimal): -5501889 or 4132012. OLE color: 4132012.

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

Color convert

RGB 172 12 63 -
CMYK 0 0.93 0.63 0.33
HSL 340.88º 0.87% 0.36% -
HSV(B) 340.88º 0.93% 0.67% -
XYZ 18.04 9.39 5.56 -
YUV 65.65 126.51 203.85 -
System Red Green Blue C M Y K H S L
Decimal 172 12 63 0 0.93 0.63 0.33 340.88 0.87 0.36
Hex AC C 3F 0 5D 3F 21 155 57 24
Octal 254 14 77 0 135 77 41 525 127 44
Binary 10101100 1100 111111 0 1011101 111111 100001 101010101 1010111 100100

Color Harmonies of #AC0C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0C3F

Black with #AC0C3F

Text Example


Text Example

White with #AC0C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0C3F; }

 p { color: rgb(172,12,63); }

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

background-color css

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

 a { background-color: rgb(172,12,63); }

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

border-color css

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

 span { border-color: rgb(172,12,63); }

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