Html Css Color HEX #AC071A Carmine

📋 copy color: '#AC071A'

red 172 ◦ green 7 ◦ blue 26

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

Shades of Carmine #AC071A

Tints of Carmine #AC071A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.41%

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

R = 83.9%
G = 3.41%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC071A (or 0xAC071A) is known color: Carmine. HEX triplet: AC, 07 and 1A. RGB value is (172,7,26). Sum of RGB (Red+Green+Blue) = 172+7+26=205 (27% of max value = 765). Red value is 172 (67.58% from 255 or 83.90% from 205); Green value is 7 (3.12% from 255 or 3.41% from 205); Blue value is 26 (10.55% from 255 or 12.68% from 205); Max value from RGB is 172 - color contains mainly: red. Hex color #AC071A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC071A is #53F8E5. Grayscale: #3A3A3A. Windows color (decimal): -5503206 or 1705900. OLE color: 1705900.

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

Color convert

RGB 172 7 26 -
CMYK 0 0.96 0.85 0.33
HSL 353.09º 0.92% 0.35% -
HSV(B) 353.09º 0.96% 0.67% -
XYZ 17.28 9 1.8 -
YUV 58.5 109.66 208.96 -
System Red Green Blue C M Y K H S L
Decimal 172 7 26 0 0.96 0.85 0.33 353.09 0.92 0.35
Hex AC 7 1A 0 60 55 21 161 5C 23
Octal 254 7 32 0 140 125 41 541 134 43
Binary 10101100 111 11010 0 1100000 1010101 100001 101100001 1011100 100011

Color Harmonies of #AC071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC071A

Black with #AC071A

Text Example


Text Example

White with #AC071A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC071A; }

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

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

background-color css

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

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

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

border-color css

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

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

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