Html Css Color HEX #AF3241 Old Rose

📋 copy color: '#AF3241'

red 175 ◦ green 50 ◦ blue 65

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

Shades of Old Rose #AF3241

Tints of Old Rose #AF3241

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.24%

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

R = 60.34%
G = 17.24%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF3241 (or 0xAF3241) is known color: Old Rose. HEX triplet: AF, 32 and 41. RGB value is (175,50,65). Sum of RGB (Red+Green+Blue) = 175+50+65=290 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.34% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 65 (25.78% from 255 or 22.41% from 290); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3241 is #50CDBE. Grayscale: #595959. Windows color (decimal): -5295551 or 4272815. OLE color: 4272815.

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

Color convert

RGB 175 50 65 -
CMYK 0 0.71 0.63 0.31
HSL 352.8º 0.56% 0.44% -
HSV(B) 352.8º 0.71% 0.69% -
XYZ 19.77 11.78 6.23 -
YUV 89.09 114.41 189.28 -
System Red Green Blue C M Y K H S L
Decimal 175 50 65 0 0.71 0.63 0.31 352.8 0.56 0.44
Hex AF 32 41 0 47 3F 1F 161 38 2C
Octal 257 62 101 0 107 77 37 541 70 54
Binary 10101111 110010 1000001 0 1000111 111111 11111 101100001 111000 101100

Color Harmonies of #AF3241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3241

Black with #AF3241

Text Example


Text Example

White with #AF3241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3241; }

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

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

background-color css

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

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

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

border-color css

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

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

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