Html Css Color HEX #AF2350 Old Rose

📋 copy color: '#AF2350'

red 175 ◦ green 35 ◦ blue 80

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

Shades of Old Rose #AF2350

Tints of Old Rose #AF2350

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.07%

 BLUE value IS 80 (31.64% from 255) = 27.59%

R = 60.34%
G = 12.07%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#AF2350 (or 0xAF2350) is known color: Old Rose. HEX triplet: AF, 23 and 50. RGB value is (175,35,80). Sum of RGB (Red+Green+Blue) = 175+35+80=290 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.34% from 290); Green value is 35 (14.06% from 255 or 12.07% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2350 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2350 is #50DCAF. Grayscale: #515151. Windows color (decimal): -5299376 or 5252015. OLE color: 5252015.

HSL color Cylindrical-coordinate representation of color #AF2350: hue angle of 340.71º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF2350 is Cyan = 0, Magento = 0.8, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 35 80 -
CMYK 0 0.8 0.54 0.31
HSL 340.71º 0.67% 0.41% -
HSV(B) 340.71º 0.8% 0.69% -
XYZ 19.73 10.9 8.65 -
YUV 81.99 126.88 194.34 -
System Red Green Blue C M Y K H S L
Decimal 175 35 80 0 0.8 0.54 0.31 340.71 0.67 0.41
Hex AF 23 50 0 50 36 1F 155 43 29
Octal 257 43 120 0 120 66 37 525 103 51
Binary 10101111 100011 1010000 0 1010000 110110 11111 101010101 1000011 101001

Color Harmonies of #AF2350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2350

Black with #AF2350

Text Example


Text Example

White with #AF2350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2350; }

 p { color: rgb(175,35,80); }

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

background-color css

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

 a { background-color: rgb(175,35,80); }

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

border-color css

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

 span { border-color: rgb(175,35,80); }

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