Html Css Color HEX #AB2B3E Old Rose

📋 copy color: '#AB2B3E'

red 171 ◦ green 43 ◦ blue 62

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

Shades of Old Rose #AB2B3E

Tints of Old Rose #AB2B3E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.58%

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

R = 61.96%
G = 15.58%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AB2B3E (or 0xAB2B3E) is known color: Old Rose. HEX triplet: AB, 2B and 3E. RGB value is (171,43,62). Sum of RGB (Red+Green+Blue) = 171+43+62=276 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.96% from 276); Green value is 43 (17.19% from 255 or 15.58% from 276); Blue value is 62 (24.61% from 255 or 22.46% from 276); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2B3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2B3E is #54D4C1. Grayscale: #535353. Windows color (decimal): -5559490 or 4074411. OLE color: 4074411.

HSL color Cylindrical-coordinate representation of color #AB2B3E: hue angle of 351.09º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB2B3E is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 43 62 -
CMYK 0 0.75 0.64 0.33
HSL 351.09º 0.6% 0.42% -
HSV(B) 351.09º 0.75% 0.67% -
XYZ 18.53 10.73 5.65 -
YUV 83.44 115.91 190.46 -
System Red Green Blue C M Y K H S L
Decimal 171 43 62 0 0.75 0.64 0.33 351.09 0.6 0.42
Hex AB 2B 3E 0 4B 40 21 15F 3C 2A
Octal 253 53 76 0 113 100 41 537 74 52
Binary 10101011 101011 111110 0 1001011 1000000 100001 101011111 111100 101010

Color Harmonies of #AB2B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2B3E

Black with #AB2B3E

Text Example


Text Example

White with #AB2B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2B3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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