Html Css Color HEX #AF2852 Old Rose

📋 copy color: '#AF2852'

red 175 ◦ green 40 ◦ blue 82

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

Shades of Old Rose #AF2852

Tints of Old Rose #AF2852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 27.61%

R = 58.92%
G = 13.47%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF2852 (or 0xAF2852) is known color: Old Rose. HEX triplet: AF, 28 and 52. RGB value is (175,40,82). Sum of RGB (Red+Green+Blue) = 175+40+82=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 40 (16.02% from 255 or 13.47% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2852 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2852 is #50D7AD. Grayscale: #555555. Windows color (decimal): -5298094 or 5384367. OLE color: 5384367.

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

Color convert

RGB 175 40 82 -
CMYK 0 0.77 0.53 0.31
HSL 341.33º 0.63% 0.42% -
HSV(B) 341.33º 0.77% 0.69% -
XYZ 19.96 11.24 9.1 -
YUV 85.15 126.23 192.08 -
System Red Green Blue C M Y K H S L
Decimal 175 40 82 0 0.77 0.53 0.31 341.33 0.63 0.42
Hex AF 28 52 0 4D 35 1F 155 3F 2A
Octal 257 50 122 0 115 65 37 525 77 52
Binary 10101111 101000 1010010 0 1001101 110101 11111 101010101 111111 101010

Color Harmonies of #AF2852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2852

Black with #AF2852

Text Example


Text Example

White with #AF2852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2852; }

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

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

background-color css

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

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

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

border-color css

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

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

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