Html Css Color HEX #AB2B41 Old Rose

📋 copy color: '#AB2B41'

red 171 ◦ green 43 ◦ blue 65

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

Shades of Old Rose #AB2B41

Tints of Old Rose #AB2B41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.3%

R = 61.29%
G = 15.41%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AB2B41 (or 0xAB2B41) is known color: Old Rose. HEX triplet: AB, 2B and 41. RGB value is (171,43,65). Sum of RGB (Red+Green+Blue) = 171+43+65=279 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.29% from 279); Green value is 43 (17.19% from 255 or 15.41% from 279); Blue value is 65 (25.78% from 255 or 23.30% from 279); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2B41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2B41 is #54D4BE. Grayscale: #535353. Windows color (decimal): -5559487 or 4271019. OLE color: 4271019.

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

Color convert

RGB 171 43 65 -
CMYK 0 0.75 0.62 0.33
HSL 349.69º 0.6% 0.42% -
HSV(B) 349.69º 0.75% 0.67% -
XYZ 18.61 10.77 6.1 -
YUV 83.78 117.41 190.21 -
System Red Green Blue C M Y K H S L
Decimal 171 43 65 0 0.75 0.62 0.33 349.69 0.6 0.42
Hex AB 2B 41 0 4B 3E 21 15E 3C 2A
Octal 253 53 101 0 113 76 41 536 74 52
Binary 10101011 101011 1000001 0 1001011 111110 100001 101011110 111100 101010

Color Harmonies of #AB2B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2B41

Black with #AB2B41

Text Example


Text Example

White with #AB2B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2B41; }

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

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

background-color css

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

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

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

border-color css

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

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

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