Html Css Color HEX #AC051A Carmine

📋 copy color: '#AC051A'

red 172 ◦ green 5 ◦ blue 26

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

Shades of Carmine #AC051A

Tints of Carmine #AC051A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.81%

R = 84.73%
G = 2.46%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC051A (or 0xAC051A) is known color: Carmine. HEX triplet: AC, 05 and 1A. RGB value is (172,5,26). Sum of RGB (Red+Green+Blue) = 172+5+26=203 (26% of max value = 765). Red value is 172 (67.58% from 255 or 84.73% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 26 (10.55% from 255 or 12.81% from 203); Max value from RGB is 172 - color contains mainly: red. Hex color #AC051A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC051A is #53FAE5. Grayscale: #393939. Windows color (decimal): -5503718 or 1705388. OLE color: 1705388.

HSL color Cylindrical-coordinate representation of color #AC051A: hue angle of 352.46º 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 #AC051A is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 5 26 -
CMYK 0 0.97 0.85 0.33
HSL 352.46º 0.94% 0.35% -
HSV(B) 352.46º 0.97% 0.67% -
XYZ 17.25 8.95 1.8 -
YUV 57.33 110.33 209.79 -
System Red Green Blue C M Y K H S L
Decimal 172 5 26 0 0.97 0.85 0.33 352.46 0.94 0.35
Hex AC 5 1A 0 61 55 21 160 5E 23
Octal 254 5 32 0 141 125 41 540 136 43
Binary 10101100 101 11010 0 1100001 1010101 100001 101100000 1011110 100011

Color Harmonies of #AC051A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC051A

Black with #AC051A

Text Example


Text Example

White with #AC051A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC051A; }

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

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

background-color css

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

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

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

border-color css

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

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

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