Html Css Color HEX #AC3826 Medium Carmine

📋 copy color: '#AC3826'

red 172 ◦ green 56 ◦ blue 38

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

Shades of Medium Carmine #AC3826

Tints of Medium Carmine #AC3826

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.05%

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

R = 64.66%
G = 21.05%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AC3826 (or 0xAC3826) is known color: Medium Carmine. HEX triplet: AC, 38 and 26. RGB value is (172,56,38). Sum of RGB (Red+Green+Blue) = 172+56+38=266 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.66% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 38 (15.23% from 255 or 14.29% from 266); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3826 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3826 is #53C7D9. Grayscale: #585858. Windows color (decimal): -5490650 or 2504876. OLE color: 2504876.

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

Color convert

RGB 172 56 38 -
CMYK 0 0.67 0.78 0.33
HSL 8.06º 0.64% 0.41% -
HSV(B) 8.06º 0.78% 0.67% -
XYZ 18.78 11.74 3.11 -
YUV 88.63 99.43 187.46 -
System Red Green Blue C M Y K H S L
Decimal 172 56 38 0 0.67 0.78 0.33 8.06 0.64 0.41
Hex AC 38 26 0 43 4E 21 8 40 29
Octal 254 70 46 0 103 116 41 10 100 51
Binary 10101100 111000 100110 0 1000011 1001110 100001 1000 1000000 101001

Color Harmonies of #AC3826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3826

Black with #AC3826

Text Example


Text Example

White with #AC3826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3826; }

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

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

background-color css

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

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

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

border-color css

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

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

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