Html Css Color HEX #AB283E Old Rose

📋 copy color: '#AB283E'

red 171 ◦ green 40 ◦ blue 62

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

Shades of Old Rose #AB283E

Tints of Old Rose #AB283E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.71%

R = 62.64%
G = 14.65%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AB283E (or 0xAB283E) is known color: Old Rose. HEX triplet: AB, 28 and 3E. RGB value is (171,40,62). Sum of RGB (Red+Green+Blue) = 171+40+62=273 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.64% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 62 (24.61% from 255 or 22.71% from 273); Max value from RGB is 171 - color contains mainly: red. Hex color #AB283E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB283E is #54D7C1. Grayscale: #515151. Windows color (decimal): -5560258 or 4073643. OLE color: 4073643.

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

Color convert

RGB 171 40 62 -
CMYK 0 0.77 0.64 0.33
HSL 349.92º 0.62% 0.41% -
HSV(B) 349.92º 0.77% 0.67% -
XYZ 18.42 10.52 5.62 -
YUV 81.68 116.9 191.71 -
System Red Green Blue C M Y K H S L
Decimal 171 40 62 0 0.77 0.64 0.33 349.92 0.62 0.41
Hex AB 28 3E 0 4D 40 21 15E 3E 29
Octal 253 50 76 0 115 100 41 536 76 51
Binary 10101011 101000 111110 0 1001101 1000000 100001 101011110 111110 101001

Color Harmonies of #AB283E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB283E

Black with #AB283E

Text Example


Text Example

White with #AB283E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB283E; }

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

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

background-color css

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

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

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

border-color css

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

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

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