Html Css Color HEX #AB2B44 Old Rose

📋 copy color: '#AB2B44'

red 171 ◦ green 43 ◦ blue 68

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

Shades of Old Rose #AB2B44

Tints of Old Rose #AB2B44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 24.11%

R = 60.64%
G = 15.25%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AB2B44 (or 0xAB2B44) is known color: Old Rose. HEX triplet: AB, 2B and 44. RGB value is (171,43,68). Sum of RGB (Red+Green+Blue) = 171+43+68=282 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.64% from 282); Green value is 43 (17.19% from 255 or 15.25% from 282); Blue value is 68 (26.95% from 255 or 24.11% from 282); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2B44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2B44 is #54D4BB. Grayscale: #545454. Windows color (decimal): -5559484 or 4467627. OLE color: 4467627.

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

Color convert

RGB 171 43 68 -
CMYK 0 0.75 0.60 0.33
HSL 348.28º 0.6% 0.42% -
HSV(B) 348.28º 0.75% 0.67% -
XYZ 18.7 10.8 6.57 -
YUV 84.12 118.91 189.97 -
System Red Green Blue C M Y K H S L
Decimal 171 43 68 0 0.75 0.60 0.33 348.28 0.6 0.42
Hex AB 2B 44 0 4B 3C 21 15C 3C 2A
Octal 253 53 104 0 113 74 41 534 74 52
Binary 10101011 101011 1000100 0 1001011 111100 100001 101011100 111100 101010

Color Harmonies of #AB2B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2B44

Black with #AB2B44

Text Example


Text Example

White with #AB2B44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2B44; }

 p { color: rgb(171,43,68); }

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

background-color css

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

 a { background-color: rgb(171,43,68); }

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

border-color css

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

 span { border-color: rgb(171,43,68); }

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