Html Css Color HEX #AF2740 Old Rose

📋 copy color: '#AF2740'

red 175 ◦ green 39 ◦ blue 64

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

Shades of Old Rose #AF2740

Tints of Old Rose #AF2740

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.03%

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

R = 62.95%
G = 14.03%
B = 23.02%

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

#AF2740 (or 0xAF2740) is known color: Old Rose. HEX triplet: AF, 27 and 40. RGB value is (175,39,64). Sum of RGB (Red+Green+Blue) = 175+39+64=278 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.95% from 278); Green value is 39 (15.62% from 255 or 14.03% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2740 is #50D8BF. Grayscale: #525252. Windows color (decimal): -5298368 or 4204463. OLE color: 4204463.

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

Color convert

RGB 175 39 64 -
CMYK 0 0.78 0.63 0.31
HSL 348.97º 0.64% 0.42% -
HSV(B) 348.97º 0.78% 0.69% -
XYZ 19.33 10.94 5.94 -
YUV 82.51 117.56 193.97 -
System Red Green Blue C M Y K H S L
Decimal 175 39 64 0 0.78 0.63 0.31 348.97 0.64 0.42
Hex AF 27 40 0 4E 3F 1F 15D 40 2A
Octal 257 47 100 0 116 77 37 535 100 52
Binary 10101111 100111 1000000 0 1001110 111111 11111 101011101 1000000 101010

Color Harmonies of #AF2740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2740

Black with #AF2740

Text Example


Text Example

White with #AF2740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2740; }

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

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

background-color css

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

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

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

border-color css

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

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

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