Html Css Color HEX #AC3B2D Medium Carmine

📋 copy color: '#AC3B2D'

red 172 ◦ green 59 ◦ blue 45

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

Shades of Medium Carmine #AC3B2D

Tints of Medium Carmine #AC3B2D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.38%

 BLUE value IS 45 (17.97% from 255) = 16.3%

R = 62.32%
G = 21.38%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC3B2D (or 0xAC3B2D) is known color: Medium Carmine. HEX triplet: AC, 3B and 2D. RGB value is (172,59,45). Sum of RGB (Red+Green+Blue) = 172+59+45=276 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.32% from 276); Green value is 59 (23.44% from 255 or 21.38% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3B2D is #53C4D2. Grayscale: #5B5B5B. Windows color (decimal): -5489875 or 2964396. OLE color: 2964396.

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

Color convert

RGB 172 59 45 -
CMYK 0 0.66 0.74 0.33
HSL 6.61º 0.59% 0.43% -
HSV(B) 6.61º 0.74% 0.67% -
XYZ 19.05 12.09 3.81 -
YUV 91.19 101.94 185.64 -
System Red Green Blue C M Y K H S L
Decimal 172 59 45 0 0.66 0.74 0.33 6.61 0.59 0.43
Hex AC 3B 2D 0 42 4A 21 7 3B 2B
Octal 254 73 55 0 102 112 41 7 73 53
Binary 10101100 111011 101101 0 1000010 1001010 100001 111 111011 101011

Color Harmonies of #AC3B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3B2D

Black with #AC3B2D

Text Example


Text Example

White with #AC3B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3B2D; }

 p { color: rgb(172,59,45); }

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

background-color css

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

 a { background-color: rgb(172,59,45); }

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

border-color css

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

 span { border-color: rgb(172,59,45); }

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