Html Css Color HEX #AF2845 Old Rose

📋 copy color: '#AF2845'

red 175 ◦ green 40 ◦ blue 69

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

Shades of Old Rose #AF2845

Tints of Old Rose #AF2845

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.08%

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

R = 61.62%
G = 14.08%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF2845 (or 0xAF2845) is known color: Old Rose. HEX triplet: AF, 28 and 45. RGB value is (175,40,69). Sum of RGB (Red+Green+Blue) = 175+40+69=284 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.62% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 69 (27.34% from 255 or 24.30% from 284); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2845 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2845 is #50D7BA. Grayscale: #535353. Windows color (decimal): -5298107 or 4532399. OLE color: 4532399.

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

Color convert

RGB 175 40 69 -
CMYK 0 0.77 0.61 0.31
HSL 347.11º 0.63% 0.42% -
HSV(B) 347.11º 0.77% 0.69% -
XYZ 19.51 11.06 6.74 -
YUV 83.67 119.73 193.14 -
System Red Green Blue C M Y K H S L
Decimal 175 40 69 0 0.77 0.61 0.31 347.11 0.63 0.42
Hex AF 28 45 0 4D 3D 1F 15B 3F 2A
Octal 257 50 105 0 115 75 37 533 77 52
Binary 10101111 101000 1000101 0 1001101 111101 11111 101011011 111111 101010

Color Harmonies of #AF2845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2845

Black with #AF2845

Text Example


Text Example

White with #AF2845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2845; }

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

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

background-color css

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

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

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

border-color css

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

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

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