Html Css Color HEX #AB2642 Old Rose

📋 copy color: '#AB2642'

red 171 ◦ green 38 ◦ blue 66

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

Shades of Old Rose #AB2642

Tints of Old Rose #AB2642

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.82%

 BLUE value IS 66 (26.17% from 255) = 24%

R = 62.18%
G = 13.82%
B = 24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AB2642 (or 0xAB2642) is known color: Old Rose. HEX triplet: AB, 26 and 42. RGB value is (171,38,66). Sum of RGB (Red+Green+Blue) = 171+38+66=275 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.18% from 275); Green value is 38 (15.23% from 255 or 13.82% from 275); Blue value is 66 (26.17% from 255 or 24% from 275); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2642 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2642 is #54D9BD. Grayscale: #505050. Windows color (decimal): -5560766 or 4335275. OLE color: 4335275.

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

Color convert

RGB 171 38 66 -
CMYK 0 0.78 0.61 0.33
HSL 347.37º 0.64% 0.41% -
HSV(B) 347.37º 0.78% 0.67% -
XYZ 18.47 10.44 6.2 -
YUV 80.96 119.56 192.22 -
System Red Green Blue C M Y K H S L
Decimal 171 38 66 0 0.78 0.61 0.33 347.37 0.64 0.41
Hex AB 26 42 0 4E 3D 21 15B 40 29
Octal 253 46 102 0 116 75 41 533 100 51
Binary 10101011 100110 1000010 0 1001110 111101 100001 101011011 1000000 101001

Color Harmonies of #AB2642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2642

Black with #AB2642

Text Example


Text Example

White with #AB2642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2642; }

 p { color: rgb(171,38,66); }

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

background-color css

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

 a { background-color: rgb(171,38,66); }

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

border-color css

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

 span { border-color: rgb(171,38,66); }

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