Html Css Color HEX #AC4030 Medium Carmine

📋 copy color: '#AC4030'

red 172 ◦ green 64 ◦ blue 48

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

Shades of Medium Carmine #AC4030

Tints of Medium Carmine #AC4030

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.54%

 BLUE value IS 48 (19.14% from 255) = 16.9%

R = 60.56%
G = 22.54%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AC4030 (or 0xAC4030) is known color: Medium Carmine. HEX triplet: AC, 40 and 30. RGB value is (172,64,48). Sum of RGB (Red+Green+Blue) = 172+64+48=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 64 (25.39% from 255 or 22.54% from 284); Blue value is 48 (19.14% from 255 or 16.90% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4030 is #53BFCF. Grayscale: #5E5E5E. Windows color (decimal): -5488592 or 3162284. OLE color: 3162284.

HSL color Cylindrical-coordinate representation of color #AC4030: hue angle of 7.74º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC4030 is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 64 48 -
CMYK 0 0.63 0.72 0.33
HSL 7.74º 0.56% 0.43% -
HSV(B) 7.74º 0.72% 0.67% -
XYZ 19.38 12.65 4.22 -
YUV 94.47 101.78 183.3 -
System Red Green Blue C M Y K H S L
Decimal 172 64 48 0 0.63 0.72 0.33 7.74 0.56 0.43
Hex AC 40 30 0 3F 48 21 8 38 2B
Octal 254 100 60 0 77 110 41 10 70 53
Binary 10101100 1000000 110000 0 111111 1001000 100001 1000 111000 101011

Color Harmonies of #AC4030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4030

Black with #AC4030

Text Example


Text Example

White with #AC4030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4030; }

 p { color: rgb(172,64,48); }

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

background-color css

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

 a { background-color: rgb(172,64,48); }

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

border-color css

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

 span { border-color: rgb(172,64,48); }

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