Html Css Color HEX #AF2951 Old Rose

📋 copy color: '#AF2951'

red 175 ◦ green 41 ◦ blue 81

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

Shades of Old Rose #AF2951

Tints of Old Rose #AF2951

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.8%

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

R = 58.92%
G = 13.8%
B = 27.27%

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

#AF2951 (or 0xAF2951) is known color: Old Rose. HEX triplet: AF, 29 and 51. RGB value is (175,41,81). Sum of RGB (Red+Green+Blue) = 175+41+81=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 81 (32.03% from 255 or 27.27% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2951 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2951 is #50D6AE. Grayscale: #555555. Windows color (decimal): -5297839 or 5319087. OLE color: 5319087.

HSL color Cylindrical-coordinate representation of color #AF2951: hue angle of 342.09º degrees, saturation: 0.62, 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 #AF2951 is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 41 81 -
CMYK 0 0.77 0.54 0.31
HSL 342.09º 0.62% 0.42% -
HSV(B) 342.09º 0.77% 0.69% -
XYZ 19.96 11.29 8.91 -
YUV 85.63 125.39 191.75 -
System Red Green Blue C M Y K H S L
Decimal 175 41 81 0 0.77 0.54 0.31 342.09 0.62 0.42
Hex AF 29 51 0 4D 36 1F 156 3E 2A
Octal 257 51 121 0 115 66 37 526 76 52
Binary 10101111 101001 1010001 0 1001101 110110 11111 101010110 111110 101010

Color Harmonies of #AF2951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2951

Black with #AF2951

Text Example


Text Example

White with #AF2951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2951; }

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

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

background-color css

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

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

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

border-color css

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

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

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