Html Css Color HEX #AB214B Old Rose

📋 copy color: '#AB214B'

red 171 ◦ green 33 ◦ blue 75

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

Shades of Old Rose #AB214B

Tints of Old Rose #AB214B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 26.88%

R = 61.29%
G = 11.83%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AB214B (or 0xAB214B) is known color: Old Rose. HEX triplet: AB, 21 and 4B. RGB value is (171,33,75). Sum of RGB (Red+Green+Blue) = 171+33+75=279 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.29% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 75 (29.69% from 255 or 26.88% from 279); Max value from RGB is 171 - color contains mainly: red. Hex color #AB214B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB214B is #54DEB4. Grayscale: #4F4F4F. Windows color (decimal): -5562037 or 4923819. OLE color: 4923819.

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

Color convert

RGB 171 33 75 -
CMYK 0 0.81 0.56 0.33
HSL 341.74º 0.68% 0.4% -
HSV(B) 341.74º 0.81% 0.67% -
XYZ 18.61 10.25 7.65 -
YUV 79.05 125.72 193.58 -
System Red Green Blue C M Y K H S L
Decimal 171 33 75 0 0.81 0.56 0.33 341.74 0.68 0.4
Hex AB 21 4B 0 51 38 21 156 44 28
Octal 253 41 113 0 121 70 41 526 104 50
Binary 10101011 100001 1001011 0 1010001 111000 100001 101010110 1000100 101000

Color Harmonies of #AB214B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB214B

Black with #AB214B

Text Example


Text Example

White with #AB214B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB214B; }

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

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

background-color css

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

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

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

border-color css

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

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

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