Html Css Color HEX #AF2346 Old Rose

📋 copy color: '#AF2346'

red 175 ◦ green 35 ◦ blue 70

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

Shades of Old Rose #AF2346

Tints of Old Rose #AF2346

RGB

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

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

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

R = 62.5%
G = 12.5%
B = 25%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#AF2346 (or 0xAF2346) is known color: Old Rose. HEX triplet: AF, 23 and 46. RGB value is (175,35,70). Sum of RGB (Red+Green+Blue) = 175+35+70=280 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.5% from 280); Green value is 35 (14.06% from 255 or 12.5% from 280); Blue value is 70 (27.73% from 255 or 25% from 280); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2346 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2346 is #50DCB9. Grayscale: #505050. Windows color (decimal): -5299386 or 4596655. OLE color: 4596655.

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

Color convert

RGB 175 35 70 -
CMYK 0 0.8 0.60 0.31
HSL 345º 0.67% 0.41% -
HSV(B) 345º 0.8% 0.69% -
XYZ 19.39 10.76 6.85 -
YUV 80.85 121.88 195.15 -
System Red Green Blue C M Y K H S L
Decimal 175 35 70 0 0.8 0.60 0.31 345 0.67 0.41
Hex AF 23 46 0 50 3C 1F 159 43 29
Octal 257 43 106 0 120 74 37 531 103 51
Binary 10101111 100011 1000110 0 1010000 111100 11111 101011001 1000011 101001

Color Harmonies of #AF2346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2346

Black with #AF2346

Text Example


Text Example

White with #AF2346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2346; }

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

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

background-color css

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

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

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

border-color css

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

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

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