Html Css Color HEX #AF2648 Old Rose

📋 copy color: '#AF2648'

red 175 ◦ green 38 ◦ blue 72

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

Shades of Old Rose #AF2648

Tints of Old Rose #AF2648

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.33%

 BLUE value IS 72 (28.52% from 255) = 25.26%

R = 61.4%
G = 13.33%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AF2648 (or 0xAF2648) is known color: Old Rose. HEX triplet: AF, 26 and 48. RGB value is (175,38,72). Sum of RGB (Red+Green+Blue) = 175+38+72=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 38 (15.23% from 255 or 13.33% from 285); Blue value is 72 (28.52% from 255 or 25.26% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2648 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2648 is #50D9B7. Grayscale: #525252. Windows color (decimal): -5298616 or 4728495. OLE color: 4728495.

HSL color Cylindrical-coordinate representation of color #AF2648: hue angle of 345.11º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF2648 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 38 72 -
CMYK 0 0.78 0.59 0.31
HSL 345.11º 0.64% 0.42% -
HSV(B) 345.11º 0.78% 0.69% -
XYZ 19.54 10.97 7.22 -
YUV 82.84 121.89 193.74 -
System Red Green Blue C M Y K H S L
Decimal 175 38 72 0 0.78 0.59 0.31 345.11 0.64 0.42
Hex AF 26 48 0 4E 3B 1F 159 40 2A
Octal 257 46 110 0 116 73 37 531 100 52
Binary 10101111 100110 1001000 0 1001110 111011 11111 101011001 1000000 101010

Color Harmonies of #AF2648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2648

Black with #AF2648

Text Example


Text Example

White with #AF2648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2648; }

 p { color: rgb(175,38,72); }

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

background-color css

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

 a { background-color: rgb(175,38,72); }

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

border-color css

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

 span { border-color: rgb(175,38,72); }

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