Html Css Color HEX #AC0314 Carmine

📋 copy color: '#AC0314'

red 172 ◦ green 3 ◦ blue 20

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

Shades of Carmine #AC0314

Tints of Carmine #AC0314

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.54%

 BLUE value IS 20 (8.2% from 255) = 10.26%

R = 88.21%
G = 1.54%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC0314 (or 0xAC0314) is known color: Carmine. HEX triplet: AC, 03 and 14. RGB value is (172,3,20). Sum of RGB (Red+Green+Blue) = 172+3+20=195 (25% of max value = 765). Red value is 172 (67.58% from 255 or 88.21% from 195); Green value is 3 (1.56% from 255 or 1.54% from 195); Blue value is 20 (8.20% from 255 or 10.26% from 195); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0314 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0314 is #53FCEB. Grayscale: #373737. Windows color (decimal): -5504236 or 1311660. OLE color: 1311660.

HSL color Cylindrical-coordinate representation of color #AC0314: hue angle of 353.96º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC0314 is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 3 20 -
CMYK 0 0.98 0.88 0.33
HSL 353.96º 0.97% 0.34% -
HSV(B) 353.96º 0.98% 0.67% -
XYZ 17.17 8.89 1.47 -
YUV 55.47 107.99 211.12 -
System Red Green Blue C M Y K H S L
Decimal 172 3 20 0 0.98 0.88 0.33 353.96 0.97 0.34
Hex AC 3 14 0 62 58 21 162 61 22
Octal 254 3 24 0 142 130 41 542 141 42
Binary 10101100 11 10100 0 1100010 1011000 100001 101100010 1100001 100010

Color Harmonies of #AC0314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0314

Black with #AC0314

Text Example


Text Example

White with #AC0314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0314; }

 p { color: rgb(172,3,20); }

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

background-color css

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

 a { background-color: rgb(172,3,20); }

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

border-color css

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

 span { border-color: rgb(172,3,20); }

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