Html Css Color HEX #AC041C Carmine

📋 copy color: '#AC041C'

red 172 ◦ green 4 ◦ blue 28

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

Shades of Carmine #AC041C

Tints of Carmine #AC041C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.96%

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

R = 84.31%
G = 1.96%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC041C (or 0xAC041C) is known color: Carmine. HEX triplet: AC, 04 and 1C. RGB value is (172,4,28). Sum of RGB (Red+Green+Blue) = 172+4+28=204 (27% of max value = 765). Red value is 172 (67.58% from 255 or 84.31% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 28 (11.33% from 255 or 13.73% from 204); Max value from RGB is 172 - color contains mainly: red. Hex color #AC041C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC041C is #53FBE3. Grayscale: #393939. Windows color (decimal): -5503972 or 1836204. OLE color: 1836204.

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

Color convert

RGB 172 4 28 -
CMYK 0 0.98 0.84 0.33
HSL 351.43º 0.95% 0.35% -
HSV(B) 351.43º 0.98% 0.67% -
XYZ 17.27 8.94 1.91 -
YUV 56.97 111.66 210.05 -
System Red Green Blue C M Y K H S L
Decimal 172 4 28 0 0.98 0.84 0.33 351.43 0.95 0.35
Hex AC 4 1C 0 62 54 21 15F 5F 23
Octal 254 4 34 0 142 124 41 537 137 43
Binary 10101100 100 11100 0 1100010 1010100 100001 101011111 1011111 100011

Color Harmonies of #AC041C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC041C

Black with #AC041C

Text Example


Text Example

White with #AC041C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC041C; }

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

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

background-color css

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

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

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

border-color css

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

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

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