Html Css Color HEX #AB263E Old Rose

📋 copy color: '#AB263E'

red 171 ◦ green 38 ◦ blue 62

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

Shades of Old Rose #AB263E

Tints of Old Rose #AB263E

RGB

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

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

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

R = 63.1%
G = 14.02%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AB263E (or 0xAB263E) is known color: Old Rose. HEX triplet: AB, 26 and 3E. RGB value is (171,38,62). Sum of RGB (Red+Green+Blue) = 171+38+62=271 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.10% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 62 (24.61% from 255 or 22.88% from 271); Max value from RGB is 171 - color contains mainly: red. Hex color #AB263E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB263E is #54D9C1. Grayscale: #505050. Windows color (decimal): -5560770 or 4073131. OLE color: 4073131.

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

Color convert

RGB 171 38 62 -
CMYK 0 0.78 0.64 0.33
HSL 349.17º 0.64% 0.41% -
HSV(B) 349.17º 0.78% 0.67% -
XYZ 18.36 10.39 5.6 -
YUV 80.5 117.56 192.55 -
System Red Green Blue C M Y K H S L
Decimal 171 38 62 0 0.78 0.64 0.33 349.17 0.64 0.41
Hex AB 26 3E 0 4E 40 21 15D 40 29
Octal 253 46 76 0 116 100 41 535 100 51
Binary 10101011 100110 111110 0 1001110 1000000 100001 101011101 1000000 101001

Color Harmonies of #AB263E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB263E

Black with #AB263E

Text Example


Text Example

White with #AB263E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB263E; }

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

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

background-color css

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

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

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

border-color css

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

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

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