Html Css Color HEX #AC082E Carmine

📋 copy color: '#AC082E'

red 172 ◦ green 8 ◦ blue 46

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

Shades of Carmine #AC082E

Tints of Carmine #AC082E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.54%

 BLUE value IS 46 (18.36% from 255) = 20.35%

R = 76.11%
G = 3.54%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC082E (or 0xAC082E) is known color: Carmine. HEX triplet: AC, 08 and 2E. RGB value is (172,8,46). Sum of RGB (Red+Green+Blue) = 172+8+46=226 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.11% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 46 (18.36% from 255 or 20.35% from 226); Max value from RGB is 172 - color contains mainly: red. Hex color #AC082E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC082E is #53F7D1. Grayscale: #3D3D3D. Windows color (decimal): -5502930 or 3016876. OLE color: 3016876.

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

Color convert

RGB 172 8 46 -
CMYK 0 0.95 0.73 0.33
HSL 346.1º 0.91% 0.35% -
HSV(B) 346.1º 0.95% 0.67% -
XYZ 17.59 9.14 3.42 -
YUV 61.37 119.33 206.91 -
System Red Green Blue C M Y K H S L
Decimal 172 8 46 0 0.95 0.73 0.33 346.1 0.91 0.35
Hex AC 8 2E 0 5F 49 21 15A 5B 23
Octal 254 10 56 0 137 111 41 532 133 43
Binary 10101100 1000 101110 0 1011111 1001001 100001 101011010 1011011 100011

Color Harmonies of #AC082E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC082E

Black with #AC082E

Text Example


Text Example

White with #AC082E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC082E; }

 p { color: rgb(172,8,46); }

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

background-color css

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

 a { background-color: rgb(172,8,46); }

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

border-color css

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

 span { border-color: rgb(172,8,46); }

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