Html Css Color HEX #AF2844 Old Rose

📋 copy color: '#AF2844'

red 175 ◦ green 40 ◦ blue 68

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

Shades of Old Rose #AF2844

Tints of Old Rose #AF2844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 24.03%

R = 61.84%
G = 14.13%
B = 24.03%

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

#AF2844 (or 0xAF2844) is known color: Old Rose. HEX triplet: AF, 28 and 44. RGB value is (175,40,68). Sum of RGB (Red+Green+Blue) = 175+40+68=283 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.84% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 68 (26.95% from 255 or 24.03% from 283); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2844 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2844 is #50D7BB. Grayscale: #535353. Windows color (decimal): -5298108 or 4466863. OLE color: 4466863.

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

Color convert

RGB 175 40 68 -
CMYK 0 0.77 0.61 0.31
HSL 347.56º 0.63% 0.42% -
HSV(B) 347.56º 0.77% 0.69% -
XYZ 19.48 11.05 6.57 -
YUV 83.56 119.23 193.22 -
System Red Green Blue C M Y K H S L
Decimal 175 40 68 0 0.77 0.61 0.31 347.56 0.63 0.42
Hex AF 28 44 0 4D 3D 1F 15C 3F 2A
Octal 257 50 104 0 115 75 37 534 77 52
Binary 10101111 101000 1000100 0 1001101 111101 11111 101011100 111111 101010

Color Harmonies of #AF2844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2844

Black with #AF2844

Text Example


Text Example

White with #AF2844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2844; }

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

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

background-color css

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

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

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

border-color css

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

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

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