Html Css Color HEX #AF2946 Old Rose

📋 copy color: '#AF2946'

red 175 ◦ green 41 ◦ blue 70

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

Shades of Old Rose #AF2946

Tints of Old Rose #AF2946

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.34%

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

R = 61.19%
G = 14.34%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#AF2946 (or 0xAF2946) is known color: Old Rose. HEX triplet: AF, 29 and 46. RGB value is (175,41,70). Sum of RGB (Red+Green+Blue) = 175+41+70=286 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.19% from 286); Green value is 41 (16.41% from 255 or 14.34% from 286); Blue value is 70 (27.73% from 255 or 24.48% from 286); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2946 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2946 is #50D6B9. Grayscale: #545454. Windows color (decimal): -5297850 or 4598191. OLE color: 4598191.

HSL color Cylindrical-coordinate representation of color #AF2946: hue angle of 347.01º degrees, saturation: 0.62, 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 #AF2946 is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 41 70 -
CMYK 0 0.77 0.60 0.31
HSL 347.01º 0.62% 0.42% -
HSV(B) 347.01º 0.77% 0.69% -
XYZ 19.58 11.14 6.91 -
YUV 84.37 119.89 192.64 -
System Red Green Blue C M Y K H S L
Decimal 175 41 70 0 0.77 0.60 0.31 347.01 0.62 0.42
Hex AF 29 46 0 4D 3C 1F 15B 3E 2A
Octal 257 51 106 0 115 74 37 533 76 52
Binary 10101111 101001 1000110 0 1001101 111100 11111 101011011 111110 101010

Color Harmonies of #AF2946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2946

Black with #AF2946

Text Example


Text Example

White with #AF2946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2946; }

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

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

background-color css

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

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

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

border-color css

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

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

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