Html Css Color HEX #AF2345 Old Rose

📋 copy color: '#AF2345'

red 175 ◦ green 35 ◦ blue 69

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

Shades of Old Rose #AF2345

Tints of Old Rose #AF2345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 24.73%

R = 62.72%
G = 12.54%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF2345 (or 0xAF2345) is known color: Old Rose. HEX triplet: AF, 23 and 45. RGB value is (175,35,69). Sum of RGB (Red+Green+Blue) = 175+35+69=279 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.72% from 279); Green value is 35 (14.06% from 255 or 12.54% from 279); Blue value is 69 (27.34% from 255 or 24.73% from 279); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2345 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2345 is #50DCBA. Grayscale: #505050. Windows color (decimal): -5299387 or 4531119. OLE color: 4531119.

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

Color convert

RGB 175 35 69 -
CMYK 0 0.8 0.61 0.31
HSL 345.43º 0.67% 0.41% -
HSV(B) 345.43º 0.8% 0.69% -
XYZ 19.35 10.75 6.68 -
YUV 80.74 121.38 195.24 -
System Red Green Blue C M Y K H S L
Decimal 175 35 69 0 0.8 0.61 0.31 345.43 0.67 0.41
Hex AF 23 45 0 50 3D 1F 159 43 29
Octal 257 43 105 0 120 75 37 531 103 51
Binary 10101111 100011 1000101 0 1010000 111101 11111 101011001 1000011 101001

Color Harmonies of #AF2345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2345

Black with #AF2345

Text Example


Text Example

White with #AF2345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2345; }

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

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

background-color css

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

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

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

border-color css

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

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

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