Html Css Color HEX #AB2842 Old Rose

📋 copy color: '#AB2842'

red 171 ◦ green 40 ◦ blue 66

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

Shades of Old Rose #AB2842

Tints of Old Rose #AB2842

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.44%

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

R = 61.73%
G = 14.44%
B = 23.83%

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

#AB2842 (or 0xAB2842) is known color: Old Rose. HEX triplet: AB, 28 and 42. RGB value is (171,40,66). Sum of RGB (Red+Green+Blue) = 171+40+66=277 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.73% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 66 (26.17% from 255 or 23.83% from 277); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2842 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2842 is #54D7BD. Grayscale: #525252. Windows color (decimal): -5560254 or 4335787. OLE color: 4335787.

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

Color convert

RGB 171 40 66 -
CMYK 0 0.77 0.61 0.33
HSL 348.09º 0.62% 0.41% -
HSV(B) 348.09º 0.77% 0.67% -
XYZ 18.54 10.57 6.22 -
YUV 82.13 118.9 191.39 -
System Red Green Blue C M Y K H S L
Decimal 171 40 66 0 0.77 0.61 0.33 348.09 0.62 0.41
Hex AB 28 42 0 4D 3D 21 15C 3E 29
Octal 253 50 102 0 115 75 41 534 76 51
Binary 10101011 101000 1000010 0 1001101 111101 100001 101011100 111110 101001

Color Harmonies of #AB2842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2842

Black with #AB2842

Text Example


Text Example

White with #AB2842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2842; }

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

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

background-color css

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

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

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

border-color css

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

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

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