Html Css Color HEX #AB2742 Old Rose

📋 copy color: '#AB2742'

red 171 ◦ green 39 ◦ blue 66

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

Shades of Old Rose #AB2742

Tints of Old Rose #AB2742

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.13%

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

R = 61.96%
G = 14.13%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AB2742 (or 0xAB2742) is known color: Old Rose. HEX triplet: AB, 27 and 42. RGB value is (171,39,66). Sum of RGB (Red+Green+Blue) = 171+39+66=276 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.96% from 276); Green value is 39 (15.62% from 255 or 14.13% from 276); Blue value is 66 (26.17% from 255 or 23.91% from 276); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2742 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2742 is #54D8BD. Grayscale: #515151. Windows color (decimal): -5560510 or 4335531. OLE color: 4335531.

HSL color Cylindrical-coordinate representation of color #AB2742: hue angle of 347.73º degrees, saturation: 0.63, 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 #AB2742 is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 39 66 -
CMYK 0 0.77 0.61 0.33
HSL 347.73º 0.63% 0.41% -
HSV(B) 347.73º 0.77% 0.67% -
XYZ 18.5 10.5 6.21 -
YUV 81.55 119.23 191.8 -
System Red Green Blue C M Y K H S L
Decimal 171 39 66 0 0.77 0.61 0.33 347.73 0.63 0.41
Hex AB 27 42 0 4D 3D 21 15C 3F 29
Octal 253 47 102 0 115 75 41 534 77 51
Binary 10101011 100111 1000010 0 1001101 111101 100001 101011100 111111 101001

Color Harmonies of #AB2742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2742

Black with #AB2742

Text Example


Text Example

White with #AB2742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2742; }

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

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

background-color css

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

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

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

border-color css

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

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

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