Html Css Color HEX #AF2048 Old Rose

📋 copy color: '#AF2048'

red 175 ◦ green 32 ◦ blue 72

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

Shades of Old Rose #AF2048

Tints of Old Rose #AF2048

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.47%

 BLUE value IS 72 (28.52% from 255) = 25.81%

R = 62.72%
G = 11.47%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AF2048 (or 0xAF2048) is known color: Old Rose. HEX triplet: AF, 20 and 48. RGB value is (175,32,72). Sum of RGB (Red+Green+Blue) = 175+32+72=279 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.72% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 72 (28.52% from 255 or 25.81% from 279); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2048 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2048 is #50DFB7. Grayscale: #4F4F4F. Windows color (decimal): -5300152 or 4726959. OLE color: 4726959.

HSL color Cylindrical-coordinate representation of color #AF2048: hue angle of 343.22º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF2048 is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 32 72 -
CMYK 0 0.82 0.59 0.31
HSL 343.22º 0.69% 0.41% -
HSV(B) 343.22º 0.82% 0.69% -
XYZ 19.37 10.61 7.16 -
YUV 79.32 123.88 196.25 -
System Red Green Blue C M Y K H S L
Decimal 175 32 72 0 0.82 0.59 0.31 343.22 0.69 0.41
Hex AF 20 48 0 52 3B 1F 157 45 29
Octal 257 40 110 0 122 73 37 527 105 51
Binary 10101111 100000 1001000 0 1010010 111011 11111 101010111 1000101 101001

Color Harmonies of #AF2048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2048

Black with #AF2048

Text Example


Text Example

White with #AF2048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2048; }

 p { color: rgb(175,32,72); }

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

background-color css

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

 a { background-color: rgb(175,32,72); }

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

border-color css

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

 span { border-color: rgb(175,32,72); }

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