Html Css Color HEX #AF2640 Old Rose

📋 copy color: '#AF2640'

red 175 ◦ green 38 ◦ blue 64

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

Shades of Old Rose #AF2640

Tints of Old Rose #AF2640

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.72%

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

R = 63.18%
G = 13.72%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF2640 (or 0xAF2640) is known color: Old Rose. HEX triplet: AF, 26 and 40. RGB value is (175,38,64). Sum of RGB (Red+Green+Blue) = 175+38+64=277 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.18% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2640 is #50D9BF. Grayscale: #515151. Windows color (decimal): -5298624 or 4204207. OLE color: 4204207.

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

Color convert

RGB 175 38 64 -
CMYK 0 0.78 0.63 0.31
HSL 348.61º 0.64% 0.42% -
HSV(B) 348.61º 0.78% 0.69% -
XYZ 19.3 10.87 5.93 -
YUV 81.93 117.89 194.39 -
System Red Green Blue C M Y K H S L
Decimal 175 38 64 0 0.78 0.63 0.31 348.61 0.64 0.42
Hex AF 26 40 0 4E 3F 1F 15D 40 2A
Octal 257 46 100 0 116 77 37 535 100 52
Binary 10101111 100110 1000000 0 1001110 111111 11111 101011101 1000000 101010

Color Harmonies of #AF2640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2640

Black with #AF2640

Text Example


Text Example

White with #AF2640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2640; }

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

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

background-color css

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

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

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

border-color css

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

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

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