Html Css Color HEX #AC101C Carmine

📋 copy color: '#AC101C'

red 172 ◦ green 16 ◦ blue 28

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

Shades of Carmine #AC101C

Tints of Carmine #AC101C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.41%

 BLUE value IS 28 (11.33% from 255) = 12.96%

R = 79.63%
G = 7.41%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC101C (or 0xAC101C) is known color: Carmine. HEX triplet: AC, 10 and 1C. RGB value is (172,16,28). Sum of RGB (Red+Green+Blue) = 172+16+28=216 (28% of max value = 765). Red value is 172 (67.58% from 255 or 79.63% from 216); Green value is 16 (6.64% from 255 or 7.41% from 216); Blue value is 28 (11.33% from 255 or 12.96% from 216); Max value from RGB is 172 - color contains mainly: red. Hex color #AC101C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC101C is #53EFE3. Grayscale: #404040. Windows color (decimal): -5500900 or 1839276. OLE color: 1839276.

HSL color Cylindrical-coordinate representation of color #AC101C: hue angle of 355.38º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC101C is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 16 28 -
CMYK 0 0.91 0.84 0.33
HSL 355.38º 0.83% 0.37% -
HSV(B) 355.38º 0.91% 0.67% -
XYZ 17.41 9.23 1.96 -
YUV 64.01 107.68 205.02 -
System Red Green Blue C M Y K H S L
Decimal 172 16 28 0 0.91 0.84 0.33 355.38 0.83 0.37
Hex AC 10 1C 0 5B 54 21 163 53 25
Octal 254 20 34 0 133 124 41 543 123 45
Binary 10101100 10000 11100 0 1011011 1010100 100001 101100011 1010011 100101

Color Harmonies of #AC101C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC101C

Black with #AC101C

Text Example


Text Example

White with #AC101C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC101C; }

 p { color: rgb(172,16,28); }

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

background-color css

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

 a { background-color: rgb(172,16,28); }

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

border-color css

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

 span { border-color: rgb(172,16,28); }

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