Html Css Color HEX #AF2449 Old Rose

📋 copy color: '#AF2449'

red 175 ◦ green 36 ◦ blue 73

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

Shades of Old Rose #AF2449

Tints of Old Rose #AF2449

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.68%

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

R = 61.62%
G = 12.68%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF2449 (or 0xAF2449) is known color: Old Rose. HEX triplet: AF, 24 and 49. RGB value is (175,36,73). Sum of RGB (Red+Green+Blue) = 175+36+73=284 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.62% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 73 (28.91% from 255 or 25.70% from 284); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2449 is #50DBB6. Grayscale: #515151. Windows color (decimal): -5299127 or 4793519. OLE color: 4793519.

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

Color convert

RGB 175 36 73 -
CMYK 0 0.79 0.58 0.31
HSL 344.03º 0.66% 0.41% -
HSV(B) 344.03º 0.79% 0.69% -
XYZ 19.51 10.86 7.37 -
YUV 81.78 123.05 194.49 -
System Red Green Blue C M Y K H S L
Decimal 175 36 73 0 0.79 0.58 0.31 344.03 0.66 0.41
Hex AF 24 49 0 4F 3A 1F 158 42 29
Octal 257 44 111 0 117 72 37 530 102 51
Binary 10101111 100100 1001001 0 1001111 111010 11111 101011000 1000010 101001

Color Harmonies of #AF2449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2449

Black with #AF2449

Text Example


Text Example

White with #AF2449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2449; }

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

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

background-color css

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

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

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

border-color css

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

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

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