Html Css Color HEX #AF2249 Old Rose

📋 copy color: '#AF2249'

red 175 ◦ green 34 ◦ blue 73

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

Shades of Old Rose #AF2249

Tints of Old Rose #AF2249

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.06%

 BLUE value IS 73 (28.91% from 255) = 25.89%

R = 62.06%
G = 12.06%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF2249 (or 0xAF2249) is known color: Old Rose. HEX triplet: AF, 22 and 49. RGB value is (175,34,73). Sum of RGB (Red+Green+Blue) = 175+34+73=282 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.06% from 282); Green value is 34 (13.67% from 255 or 12.06% from 282); Blue value is 73 (28.91% from 255 or 25.89% from 282); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2249 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2249 is #50DDB6. Grayscale: #505050. Windows color (decimal): -5299639 or 4793007. OLE color: 4793007.

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

Color convert

RGB 175 34 73 -
CMYK 0 0.81 0.58 0.31
HSL 343.4º 0.67% 0.41% -
HSV(B) 343.4º 0.81% 0.69% -
XYZ 19.45 10.74 7.35 -
YUV 80.61 123.71 195.33 -
System Red Green Blue C M Y K H S L
Decimal 175 34 73 0 0.81 0.58 0.31 343.4 0.67 0.41
Hex AF 22 49 0 51 3A 1F 157 43 29
Octal 257 42 111 0 121 72 37 527 103 51
Binary 10101111 100010 1001001 0 1010001 111010 11111 101010111 1000011 101001

Color Harmonies of #AF2249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2249

Black with #AF2249

Text Example


Text Example

White with #AF2249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2249; }

 p { color: rgb(175,34,73); }

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

background-color css

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

 a { background-color: rgb(175,34,73); }

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

border-color css

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

 span { border-color: rgb(175,34,73); }

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