Html Css Color HEX #AC3D26 Medium Carmine

📋 copy color: '#AC3D26'

red 172 ◦ green 61 ◦ blue 38

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

Shades of Medium Carmine #AC3D26

Tints of Medium Carmine #AC3D26

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.51%

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

R = 63.47%
G = 22.51%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AC3D26 (or 0xAC3D26) is known color: Medium Carmine. HEX triplet: AC, 3D and 26. RGB value is (172,61,38). Sum of RGB (Red+Green+Blue) = 172+61+38=271 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.47% from 271); Green value is 61 (24.22% from 255 or 22.51% from 271); Blue value is 38 (15.23% from 255 or 14.02% from 271); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3D26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3D26 is #53C2D9. Grayscale: #5B5B5B. Windows color (decimal): -5489370 or 2506156. OLE color: 2506156.

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

Color convert

RGB 172 61 38 -
CMYK 0 0.65 0.78 0.33
HSL 10.3º 0.64% 0.41% -
HSV(B) 10.3º 0.78% 0.67% -
XYZ 19.03 12.25 3.19 -
YUV 91.57 97.77 185.37 -
System Red Green Blue C M Y K H S L
Decimal 172 61 38 0 0.65 0.78 0.33 10.3 0.64 0.41
Hex AC 3D 26 0 41 4E 21 A 40 29
Octal 254 75 46 0 101 116 41 12 100 51
Binary 10101100 111101 100110 0 1000001 1001110 100001 1010 1000000 101001

Color Harmonies of #AC3D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3D26

Black with #AC3D26

Text Example


Text Example

White with #AC3D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3D26; }

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

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

background-color css

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

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

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

border-color css

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

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

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