Html Css Color HEX #AC082F Carmine

📋 copy color: '#AC082F'

red 172 ◦ green 8 ◦ blue 47

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

Shades of Carmine #AC082F

Tints of Carmine #AC082F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 20.7%

R = 75.77%
G = 3.52%
B = 20.7%

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

#AC082F (or 0xAC082F) is known color: Carmine. HEX triplet: AC, 08 and 2F. RGB value is (172,8,47). Sum of RGB (Red+Green+Blue) = 172+8+47=227 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.77% from 227); Green value is 8 (3.52% from 255 or 3.52% from 227); Blue value is 47 (18.75% from 255 or 20.70% from 227); Max value from RGB is 172 - color contains mainly: red. Hex color #AC082F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC082F is #53F7D0. Grayscale: #3D3D3D. Windows color (decimal): -5502929 or 3082412. OLE color: 3082412.

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

Color convert

RGB 172 8 47 -
CMYK 0 0.95 0.73 0.33
HSL 345.73º 0.91% 0.35% -
HSV(B) 345.73º 0.95% 0.67% -
XYZ 17.61 9.15 3.53 -
YUV 61.48 119.83 206.83 -
System Red Green Blue C M Y K H S L
Decimal 172 8 47 0 0.95 0.73 0.33 345.73 0.91 0.35
Hex AC 8 2F 0 5F 49 21 15A 5B 23
Octal 254 10 57 0 137 111 41 532 133 43
Binary 10101100 1000 101111 0 1011111 1001001 100001 101011010 1011011 100011

Color Harmonies of #AC082F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC082F

Black with #AC082F

Text Example


Text Example

White with #AC082F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC082F; }

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

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

background-color css

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

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

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

border-color css

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

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

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