Html Css Color HEX #AC2B3D Old Rose

📋 copy color: '#AC2B3D'

red 172 ◦ green 43 ◦ blue 61

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

Shades of Old Rose #AC2B3D

Tints of Old Rose #AC2B3D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.58%

 BLUE value IS 61 (24.22% from 255) = 22.1%

R = 62.32%
G = 15.58%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC2B3D (or 0xAC2B3D) is known color: Old Rose. HEX triplet: AC, 2B and 3D. RGB value is (172,43,61). Sum of RGB (Red+Green+Blue) = 172+43+61=276 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.32% from 276); Green value is 43 (17.19% from 255 or 15.58% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2B3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2B3D is #53D4C2. Grayscale: #535353. Windows color (decimal): -5493955 or 4008876. OLE color: 4008876.

HSL color Cylindrical-coordinate representation of color #AC2B3D: hue angle of 351.63º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC2B3D is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 43 61 -
CMYK 0 0.75 0.65 0.33
HSL 351.63º 0.6% 0.42% -
HSV(B) 351.63º 0.75% 0.67% -
XYZ 18.72 10.84 5.52 -
YUV 83.62 115.24 191.04 -
System Red Green Blue C M Y K H S L
Decimal 172 43 61 0 0.75 0.65 0.33 351.63 0.6 0.42
Hex AC 2B 3D 0 4B 41 21 160 3C 2A
Octal 254 53 75 0 113 101 41 540 74 52
Binary 10101100 101011 111101 0 1001011 1000001 100001 101100000 111100 101010

Color Harmonies of #AC2B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2B3D

Black with #AC2B3D

Text Example


Text Example

White with #AC2B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2B3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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