Html Css Color HEX #AF2546 Old Rose

📋 copy color: '#AF2546'

red 175 ◦ green 37 ◦ blue 70

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

Shades of Old Rose #AF2546

Tints of Old Rose #AF2546

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.12%

 BLUE value IS 70 (27.73% from 255) = 24.82%

R = 62.06%
G = 13.12%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#AF2546 (or 0xAF2546) is known color: Old Rose. HEX triplet: AF, 25 and 46. RGB value is (175,37,70). Sum of RGB (Red+Green+Blue) = 175+37+70=282 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.06% from 282); Green value is 37 (14.84% from 255 or 13.12% from 282); Blue value is 70 (27.73% from 255 or 24.82% from 282); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2546 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2546 is #50DAB9. Grayscale: #525252. Windows color (decimal): -5298874 or 4597167. OLE color: 4597167.

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

Color convert

RGB 175 37 70 -
CMYK 0 0.79 0.60 0.31
HSL 345.65º 0.65% 0.42% -
HSV(B) 345.65º 0.79% 0.69% -
XYZ 19.45 10.88 6.87 -
YUV 82.02 121.22 194.32 -
System Red Green Blue C M Y K H S L
Decimal 175 37 70 0 0.79 0.60 0.31 345.65 0.65 0.42
Hex AF 25 46 0 4F 3C 1F 15A 41 2A
Octal 257 45 106 0 117 74 37 532 101 52
Binary 10101111 100101 1000110 0 1001111 111100 11111 101011010 1000001 101010

Color Harmonies of #AF2546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2546

Black with #AF2546

Text Example


Text Example

White with #AF2546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2546; }

 p { color: rgb(175,37,70); }

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

background-color css

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

 a { background-color: rgb(175,37,70); }

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

border-color css

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

 span { border-color: rgb(175,37,70); }

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