Html Css Color HEX #AC001F Carmine

📋 copy color: '#AC001F'

red 172 ◦ green 0 ◦ blue 31

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

Shades of Carmine #AC001F

Tints of Carmine #AC001F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 31 (12.5% from 255) = 15.27%

R = 84.73%
G = 0%
B = 15.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AC001F (or 0xAC001F) is known color: Carmine. HEX triplet: AC, 00 and 1F. RGB value is (172,0,31). Sum of RGB (Red+Green+Blue) = 172+0+31=203 (26% of max value = 765). Red value is 172 (67.58% from 255 or 84.73% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 31 (12.5% from 255 or 15.27% from 203); Max value from RGB is 172 - color contains mainly: red. Hex color #AC001F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC001F is #53FFE0. Grayscale: #373737. Windows color (decimal): -5504993 or 2031788. OLE color: 2031788.

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

Color convert

RGB 172 0 31 -
CMYK 0 1 0.82 0.33
HSL 349.19º 1% 0.34% -
HSV(B) 349.19º 1% 0.67% -
XYZ 17.26 8.87 2.1 -
YUV 54.96 114.48 211.48 -
System Red Green Blue C M Y K H S L
Decimal 172 0 31 0 1 0.82 0.33 349.19 1 0.34
Hex AC 0 1F 0 64 52 21 15D 64 22
Octal 254 0 37 0 144 122 41 535 144 42
Binary 10101100 0 11111 0 1100100 1010010 100001 101011101 1100100 100010

Color Harmonies of #AC001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC001F

Black with #AC001F

Text Example


Text Example

White with #AC001F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC001F; }

 p { color: rgb(172,0,31); }

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

background-color css

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

 a { background-color: rgb(172,0,31); }

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

border-color css

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

 span { border-color: rgb(172,0,31); }

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