Html Css Color HEX #AB2C46 Old Rose

📋 copy color: '#AB2C46'

red 171 ◦ green 44 ◦ blue 70

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

Shades of Old Rose #AB2C46

Tints of Old Rose #AB2C46

RGB

 RED value IS 171 (67.19% from 255) = 60%

 GREEN value IS 44 (17.58% from 255) = 15.44%

 BLUE value IS 70 (27.73% from 255) = 24.56%

R = 60%
G = 15.44%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AB2C46 (or 0xAB2C46) is known color: Old Rose. HEX triplet: AB, 2C and 46. RGB value is (171,44,70). Sum of RGB (Red+Green+Blue) = 171+44+70=285 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60% from 285); Green value is 44 (17.58% from 255 or 15.44% from 285); Blue value is 70 (27.73% from 255 or 24.56% from 285); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2C46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2C46 is #54D3B9. Grayscale: #545454. Windows color (decimal): -5559226 or 4598955. OLE color: 4598955.

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

Color convert

RGB 171 44 70 -
CMYK 0 0.74 0.59 0.33
HSL 347.72º 0.59% 0.42% -
HSV(B) 347.72º 0.74% 0.67% -
XYZ 18.8 10.9 6.91 -
YUV 84.94 119.58 189.39 -
System Red Green Blue C M Y K H S L
Decimal 171 44 70 0 0.74 0.59 0.33 347.72 0.59 0.42
Hex AB 2C 46 0 4A 3B 21 15C 3B 2A
Octal 253 54 106 0 112 73 41 534 73 52
Binary 10101011 101100 1000110 0 1001010 111011 100001 101011100 111011 101010

Color Harmonies of #AB2C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2C46

Black with #AB2C46

Text Example


Text Example

White with #AB2C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2C46; }

 p { color: rgb(171,44,70); }

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

background-color css

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

 a { background-color: rgb(171,44,70); }

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

border-color css

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

 span { border-color: rgb(171,44,70); }

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