Html Css Color HEX #AC3E26 Medium Carmine

📋 copy color: '#AC3E26'

red 172 ◦ green 62 ◦ blue 38

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

Shades of Medium Carmine #AC3E26

Tints of Medium Carmine #AC3E26

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.79%

 BLUE value IS 38 (15.23% from 255) = 13.97%

R = 63.24%
G = 22.79%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AC3E26 (or 0xAC3E26) is known color: Medium Carmine. HEX triplet: AC, 3E and 26. RGB value is (172,62,38). Sum of RGB (Red+Green+Blue) = 172+62+38=272 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.24% from 272); Green value is 62 (24.61% from 255 or 22.79% from 272); Blue value is 38 (15.23% from 255 or 13.97% from 272); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3E26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3E26 is #53C1D9. Grayscale: #5C5C5C. Windows color (decimal): -5489114 or 2506412. OLE color: 2506412.

HSL color Cylindrical-coordinate representation of color #AC3E26: hue angle of 10.75º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC3E26 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 62 38 -
CMYK 0 0.64 0.78 0.33
HSL 10.75º 0.64% 0.41% -
HSV(B) 10.75º 0.78% 0.67% -
XYZ 19.09 12.36 3.21 -
YUV 92.15 97.44 184.95 -
System Red Green Blue C M Y K H S L
Decimal 172 62 38 0 0.64 0.78 0.33 10.75 0.64 0.41
Hex AC 3E 26 0 40 4E 21 B 40 29
Octal 254 76 46 0 100 116 41 13 100 51
Binary 10101100 111110 100110 0 1000000 1001110 100001 1011 1000000 101001

Color Harmonies of #AC3E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3E26

Black with #AC3E26

Text Example


Text Example

White with #AC3E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3E26; }

 p { color: rgb(172,62,38); }

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

background-color css

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

 a { background-color: rgb(172,62,38); }

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

border-color css

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

 span { border-color: rgb(172,62,38); }

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