Html Css Color HEX #AB2845 Old Rose

📋 copy color: '#AB2845'

red 171 ◦ green 40 ◦ blue 69

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

Shades of Old Rose #AB2845

Tints of Old Rose #AB2845

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.29%

 BLUE value IS 69 (27.34% from 255) = 24.64%

R = 61.07%
G = 14.29%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AB2845 (or 0xAB2845) is known color: Old Rose. HEX triplet: AB, 28 and 45. RGB value is (171,40,69). Sum of RGB (Red+Green+Blue) = 171+40+69=280 (37% of max value = 765). Red value is 171 (67.19% from 255 or 61.07% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 69 (27.34% from 255 or 24.64% from 280); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2845 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2845 is #54D7BA. Grayscale: #525252. Windows color (decimal): -5560251 or 4532395. OLE color: 4532395.

HSL color Cylindrical-coordinate representation of color #AB2845: hue angle of 346.72º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB2845 is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 40 69 -
CMYK 0 0.77 0.60 0.33
HSL 346.72º 0.62% 0.41% -
HSV(B) 346.72º 0.77% 0.67% -
XYZ 18.63 10.61 6.7 -
YUV 82.48 120.4 191.14 -
System Red Green Blue C M Y K H S L
Decimal 171 40 69 0 0.77 0.60 0.33 346.72 0.62 0.41
Hex AB 28 45 0 4D 3C 21 15B 3E 29
Octal 253 50 105 0 115 74 41 533 76 51
Binary 10101011 101000 1000101 0 1001101 111100 100001 101011011 111110 101001

Color Harmonies of #AB2845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2845

Black with #AB2845

Text Example


Text Example

White with #AB2845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2845; }

 p { color: rgb(171,40,69); }

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

background-color css

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

 a { background-color: rgb(171,40,69); }

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

border-color css

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

 span { border-color: rgb(171,40,69); }

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