Html Css Color HEX #AC071C Carmine

📋 copy color: '#AC071C'

red 172 ◦ green 7 ◦ blue 28

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

Shades of Carmine #AC071C

Tints of Carmine #AC071C

RGB

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

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

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

R = 83.09%
G = 3.38%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC071C (or 0xAC071C) is known color: Carmine. HEX triplet: AC, 07 and 1C. RGB value is (172,7,28). Sum of RGB (Red+Green+Blue) = 172+7+28=207 (27% of max value = 765). Red value is 172 (67.58% from 255 or 83.09% from 207); Green value is 7 (3.12% from 255 or 3.38% from 207); Blue value is 28 (11.33% from 255 or 13.53% from 207); Max value from RGB is 172 - color contains mainly: red. Hex color #AC071C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC071C is #53F8E3. Grayscale: #3A3A3A. Windows color (decimal): -5503204 or 1836972. OLE color: 1836972.

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

Color convert

RGB 172 7 28 -
CMYK 0 0.96 0.84 0.33
HSL 352.36º 0.92% 0.35% -
HSV(B) 352.36º 0.96% 0.67% -
XYZ 17.3 9.01 1.93 -
YUV 58.73 110.66 208.79 -
System Red Green Blue C M Y K H S L
Decimal 172 7 28 0 0.96 0.84 0.33 352.36 0.92 0.35
Hex AC 7 1C 0 60 54 21 160 5C 23
Octal 254 7 34 0 140 124 41 540 134 43
Binary 10101100 111 11100 0 1100000 1010100 100001 101100000 1011100 100011

Color Harmonies of #AC071C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC071C

Black with #AC071C

Text Example


Text Example

White with #AC071C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC071C; }

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

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

background-color css

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

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

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

border-color css

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

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

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