Html Css Color HEX #AB2342 Old Rose

📋 copy color: '#AB2342'

red 171 ◦ green 35 ◦ blue 66

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

Shades of Old Rose #AB2342

Tints of Old Rose #AB2342

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.87%

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

R = 62.87%
G = 12.87%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AB2342 (or 0xAB2342) is known color: Old Rose. HEX triplet: AB, 23 and 42. RGB value is (171,35,66). Sum of RGB (Red+Green+Blue) = 171+35+66=272 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.87% from 272); Green value is 35 (14.06% from 255 or 12.87% from 272); Blue value is 66 (26.17% from 255 or 24.26% from 272); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2342 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2342 is #54DCBD. Grayscale: #4F4F4F. Windows color (decimal): -5561534 or 4334507. OLE color: 4334507.

HSL color Cylindrical-coordinate representation of color #AB2342: hue angle of 346.32º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB2342 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 35 66 -
CMYK 0 0.80 0.61 0.33
HSL 346.32º 0.66% 0.4% -
HSV(B) 346.32º 0.8% 0.67% -
XYZ 18.38 10.25 6.16 -
YUV 79.2 120.56 193.48 -
System Red Green Blue C M Y K H S L
Decimal 171 35 66 0 0.80 0.61 0.33 346.32 0.66 0.4
Hex AB 23 42 0 50 3D 21 15A 42 28
Octal 253 43 102 0 120 75 41 532 102 50
Binary 10101011 100011 1000010 0 1010000 111101 100001 101011010 1000010 101000

Color Harmonies of #AB2342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2342

Black with #AB2342

Text Example


Text Example

White with #AB2342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2342; }

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

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

background-color css

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

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

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

border-color css

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

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

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