Html Css Color HEX #AF2540 Old Rose

📋 copy color: '#AF2540'

red 175 ◦ green 37 ◦ blue 64

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

Shades of Old Rose #AF2540

Tints of Old Rose #AF2540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.19%

R = 63.41%
G = 13.41%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF2540 (or 0xAF2540) is known color: Old Rose. HEX triplet: AF, 25 and 40. RGB value is (175,37,64). Sum of RGB (Red+Green+Blue) = 175+37+64=276 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.41% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2540 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2540 is #50DABF. Grayscale: #515151. Windows color (decimal): -5298880 or 4203951. OLE color: 4203951.

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

Color convert

RGB 175 37 64 -
CMYK 0 0.79 0.63 0.31
HSL 348.26º 0.65% 0.42% -
HSV(B) 348.26º 0.79% 0.69% -
XYZ 19.27 10.81 5.92 -
YUV 81.34 118.22 194.8 -
System Red Green Blue C M Y K H S L
Decimal 175 37 64 0 0.79 0.63 0.31 348.26 0.65 0.42
Hex AF 25 40 0 4F 3F 1F 15C 41 2A
Octal 257 45 100 0 117 77 37 534 101 52
Binary 10101111 100101 1000000 0 1001111 111111 11111 101011100 1000001 101010

Color Harmonies of #AF2540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2540

Black with #AF2540

Text Example


Text Example

White with #AF2540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2540; }

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

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

background-color css

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

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

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

border-color css

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

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

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