Html Css Color HEX #AC051C Carmine

📋 copy color: '#AC051C'

red 172 ◦ green 5 ◦ blue 28

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

Shades of Carmine #AC051C

Tints of Carmine #AC051C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.44%

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

R = 83.9%
G = 2.44%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC051C (or 0xAC051C) is known color: Carmine. HEX triplet: AC, 05 and 1C. RGB value is (172,5,28). Sum of RGB (Red+Green+Blue) = 172+5+28=205 (27% of max value = 765). Red value is 172 (67.58% from 255 or 83.90% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 28 (11.33% from 255 or 13.66% from 205); Max value from RGB is 172 - color contains mainly: red. Hex color #AC051C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC051C is #53FAE3. Grayscale: #393939. Windows color (decimal): -5503716 or 1836460. OLE color: 1836460.

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

Color convert

RGB 172 5 28 -
CMYK 0 0.97 0.84 0.33
HSL 351.74º 0.94% 0.35% -
HSV(B) 351.74º 0.97% 0.67% -
XYZ 17.28 8.96 1.92 -
YUV 57.56 111.33 209.63 -
System Red Green Blue C M Y K H S L
Decimal 172 5 28 0 0.97 0.84 0.33 351.74 0.94 0.35
Hex AC 5 1C 0 61 54 21 160 5E 23
Octal 254 5 34 0 141 124 41 540 136 43
Binary 10101100 101 11100 0 1100001 1010100 100001 101100000 1011110 100011

Color Harmonies of #AC051C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC051C

Black with #AC051C

Text Example


Text Example

White with #AC051C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC051C; }

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

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

background-color css

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

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

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

border-color css

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

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

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