Html Css Color HEX #AF2841 Old Rose

📋 copy color: '#AF2841'

red 175 ◦ green 40 ◦ blue 65

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

Shades of Old Rose #AF2841

Tints of Old Rose #AF2841

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.29%

 BLUE value IS 65 (25.78% from 255) = 23.21%

R = 62.5%
G = 14.29%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF2841 (or 0xAF2841) is known color: Old Rose. HEX triplet: AF, 28 and 41. RGB value is (175,40,65). Sum of RGB (Red+Green+Blue) = 175+40+65=280 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.5% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 65 (25.78% from 255 or 23.21% from 280); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2841 is #50D7BE. Grayscale: #535353. Windows color (decimal): -5298111 or 4270255. OLE color: 4270255.

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

Color convert

RGB 175 40 65 -
CMYK 0 0.77 0.63 0.31
HSL 348.89º 0.63% 0.42% -
HSV(B) 348.89º 0.77% 0.69% -
XYZ 19.39 11.01 6.1 -
YUV 83.22 117.73 193.47 -
System Red Green Blue C M Y K H S L
Decimal 175 40 65 0 0.77 0.63 0.31 348.89 0.63 0.42
Hex AF 28 41 0 4D 3F 1F 15D 3F 2A
Octal 257 50 101 0 115 77 37 535 77 52
Binary 10101111 101000 1000001 0 1001101 111111 11111 101011101 111111 101010

Color Harmonies of #AF2841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2841

Black with #AF2841

Text Example


Text Example

White with #AF2841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2841; }

 p { color: rgb(175,40,65); }

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

background-color css

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

 a { background-color: rgb(175,40,65); }

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

border-color css

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

 span { border-color: rgb(175,40,65); }

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