Html Css Color HEX #AC061E Carmine

📋 copy color: '#AC061E'

red 172 ◦ green 6 ◦ blue 30

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

Shades of Carmine #AC061E

Tints of Carmine #AC061E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.88%

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

R = 82.69%
G = 2.88%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC061E (or 0xAC061E) is known color: Carmine. HEX triplet: AC, 06 and 1E. RGB value is (172,6,30). Sum of RGB (Red+Green+Blue) = 172+6+30=208 (27% of max value = 765). Red value is 172 (67.58% from 255 or 82.69% from 208); Green value is 6 (2.73% from 255 or 2.88% from 208); Blue value is 30 (12.11% from 255 or 14.42% from 208); Max value from RGB is 172 - color contains mainly: red. Hex color #AC061E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC061E is #53F9E1. Grayscale: #3A3A3A. Windows color (decimal): -5503458 or 1967788. OLE color: 1967788.

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

Color convert

RGB 172 6 30 -
CMYK 0 0.97 0.83 0.33
HSL 351.33º 0.93% 0.35% -
HSV(B) 351.33º 0.97% 0.67% -
XYZ 17.31 8.99 2.05 -
YUV 58.37 112 209.05 -
System Red Green Blue C M Y K H S L
Decimal 172 6 30 0 0.97 0.83 0.33 351.33 0.93 0.35
Hex AC 6 1E 0 61 53 21 15F 5D 23
Octal 254 6 36 0 141 123 41 537 135 43
Binary 10101100 110 11110 0 1100001 1010011 100001 101011111 1011101 100011

Color Harmonies of #AC061E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC061E

Black with #AC061E

Text Example


Text Example

White with #AC061E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC061E; }

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

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

background-color css

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

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

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

border-color css

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

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

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