Html Css Color HEX #AB2346 Old Rose

📋 copy color: '#AB2346'

red 171 ◦ green 35 ◦ blue 70

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

Shades of Old Rose #AB2346

Tints of Old Rose #AB2346

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.68%

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

R = 61.96%
G = 12.68%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AB2346 (or 0xAB2346) is known color: Old Rose. HEX triplet: AB, 23 and 46. RGB value is (171,35,70). Sum of RGB (Red+Green+Blue) = 171+35+70=276 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.96% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 70 (27.73% from 255 or 25.36% from 276); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2346 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2346 is #54DCB9. Grayscale: #4F4F4F. Windows color (decimal): -5561530 or 4596651. OLE color: 4596651.

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

Color convert

RGB 171 35 70 -
CMYK 0 0.80 0.59 0.33
HSL 344.56º 0.66% 0.4% -
HSV(B) 344.56º 0.8% 0.67% -
XYZ 18.5 10.3 6.81 -
YUV 79.65 122.56 193.15 -
System Red Green Blue C M Y K H S L
Decimal 171 35 70 0 0.80 0.59 0.33 344.56 0.66 0.4
Hex AB 23 46 0 50 3B 21 159 42 28
Octal 253 43 106 0 120 73 41 531 102 50
Binary 10101011 100011 1000110 0 1010000 111011 100001 101011001 1000010 101000

Color Harmonies of #AB2346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2346

Black with #AB2346

Text Example


Text Example

White with #AB2346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2346; }

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

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

background-color css

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

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

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

border-color css

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

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

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