Html Css Color HEX #AF2851 Old Rose

📋 copy color: '#AF2851'

red 175 ◦ green 40 ◦ blue 81

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

Shades of Old Rose #AF2851

Tints of Old Rose #AF2851

RGB

 RED value IS 175 (68.75% from 255) = 59.12%

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

 BLUE value IS 81 (32.03% from 255) = 27.36%

R = 59.12%
G = 13.51%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#AF2851 (or 0xAF2851) is known color: Old Rose. HEX triplet: AF, 28 and 51. RGB value is (175,40,81). Sum of RGB (Red+Green+Blue) = 175+40+81=296 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.12% from 296); Green value is 40 (16.02% from 255 or 13.51% from 296); Blue value is 81 (32.03% from 255 or 27.36% from 296); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2851 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2851 is #50D7AE. Grayscale: #555555. Windows color (decimal): -5298095 or 5318831. OLE color: 5318831.

HSL color Cylindrical-coordinate representation of color #AF2851: hue angle of 341.78º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF2851 is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 40 81 -
CMYK 0 0.77 0.54 0.31
HSL 341.78º 0.63% 0.42% -
HSV(B) 341.78º 0.77% 0.69% -
XYZ 19.92 11.23 8.9 -
YUV 85.04 125.73 192.17 -
System Red Green Blue C M Y K H S L
Decimal 175 40 81 0 0.77 0.54 0.31 341.78 0.63 0.42
Hex AF 28 51 0 4D 36 1F 156 3F 2A
Octal 257 50 121 0 115 66 37 526 77 52
Binary 10101111 101000 1010001 0 1001101 110110 11111 101010110 111111 101010

Color Harmonies of #AF2851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2851

Black with #AF2851

Text Example


Text Example

White with #AF2851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2851; }

 p { color: rgb(175,40,81); }

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

background-color css

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

 a { background-color: rgb(175,40,81); }

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

border-color css

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

 span { border-color: rgb(175,40,81); }

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