Html Css Color HEX #AC071E Carmine

📋 copy color: '#AC071E'

red 172 ◦ green 7 ◦ blue 30

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

Shades of Carmine #AC071E

Tints of Carmine #AC071E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.35%

R = 82.3%
G = 3.35%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC071E (or 0xAC071E) is known color: Carmine. HEX triplet: AC, 07 and 1E. RGB value is (172,7,30). Sum of RGB (Red+Green+Blue) = 172+7+30=209 (27% of max value = 765). Red value is 172 (67.58% from 255 or 82.30% from 209); Green value is 7 (3.12% from 255 or 3.35% from 209); Blue value is 30 (12.11% from 255 or 14.35% from 209); Max value from RGB is 172 - color contains mainly: red. Hex color #AC071E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC071E is #53F8E1. Grayscale: #3B3B3B. Windows color (decimal): -5503202 or 1968044. OLE color: 1968044.

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

Color convert

RGB 172 7 30 -
CMYK 0 0.96 0.83 0.33
HSL 351.64º 0.92% 0.35% -
HSV(B) 351.64º 0.96% 0.67% -
XYZ 17.32 9.02 2.06 -
YUV 58.96 111.66 208.63 -
System Red Green Blue C M Y K H S L
Decimal 172 7 30 0 0.96 0.83 0.33 351.64 0.92 0.35
Hex AC 7 1E 0 60 53 21 160 5C 23
Octal 254 7 36 0 140 123 41 540 134 43
Binary 10101100 111 11110 0 1100000 1010011 100001 101100000 1011100 100011

Color Harmonies of #AC071E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC071E

Black with #AC071E

Text Example


Text Example

White with #AC071E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC071E; }

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

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

background-color css

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

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

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

border-color css

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

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

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