Html Css Color HEX #AB2145 Old Rose

📋 copy color: '#AB2145'

red 171 ◦ green 33 ◦ blue 69

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

Shades of Old Rose #AB2145

Tints of Old Rose #AB2145

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.09%

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

R = 62.64%
G = 12.09%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AB2145 (or 0xAB2145) is known color: Old Rose. HEX triplet: AB, 21 and 45. RGB value is (171,33,69). Sum of RGB (Red+Green+Blue) = 171+33+69=273 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.64% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2145 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2145 is #54DEBA. Grayscale: #4E4E4E. Windows color (decimal): -5562043 or 4530603. OLE color: 4530603.

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

Color convert

RGB 171 33 69 -
CMYK 0 0.81 0.60 0.33
HSL 344.35º 0.68% 0.4% -
HSV(B) 344.35º 0.81% 0.67% -
XYZ 18.41 10.18 6.62 -
YUV 78.37 122.72 194.07 -
System Red Green Blue C M Y K H S L
Decimal 171 33 69 0 0.81 0.60 0.33 344.35 0.68 0.4
Hex AB 21 45 0 51 3C 21 158 44 28
Octal 253 41 105 0 121 74 41 530 104 50
Binary 10101011 100001 1000101 0 1010001 111100 100001 101011000 1000100 101000

Color Harmonies of #AB2145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2145

Black with #AB2145

Text Example


Text Example

White with #AB2145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2145; }

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

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

background-color css

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

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

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

border-color css

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

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

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