Html Css Color HEX #AC2B41 Old Rose

📋 copy color: '#AC2B41'

red 172 ◦ green 43 ◦ blue 65

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

Shades of Old Rose #AC2B41

Tints of Old Rose #AC2B41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.21%

R = 61.43%
G = 15.36%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC2B41 (or 0xAC2B41) is known color: Old Rose. HEX triplet: AC, 2B and 41. RGB value is (172,43,65). Sum of RGB (Red+Green+Blue) = 172+43+65=280 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.43% from 280); Green value is 43 (17.19% from 255 or 15.36% from 280); Blue value is 65 (25.78% from 255 or 23.21% from 280); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2B41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2B41 is #53D4BE. Grayscale: #545454. Windows color (decimal): -5493951 or 4271020. OLE color: 4271020.

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

Color convert

RGB 172 43 65 -
CMYK 0 0.75 0.62 0.33
HSL 349.77º 0.6% 0.42% -
HSV(B) 349.77º 0.75% 0.67% -
XYZ 18.83 10.88 6.11 -
YUV 84.08 117.24 190.71 -
System Red Green Blue C M Y K H S L
Decimal 172 43 65 0 0.75 0.62 0.33 349.77 0.6 0.42
Hex AC 2B 41 0 4B 3E 21 15E 3C 2A
Octal 254 53 101 0 113 76 41 536 74 52
Binary 10101100 101011 1000001 0 1001011 111110 100001 101011110 111100 101010

Color Harmonies of #AC2B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2B41

Black with #AC2B41

Text Example


Text Example

White with #AC2B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2B41; }

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

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

background-color css

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

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

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

border-color css

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

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

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