Html Css Color HEX #AF2748 Old Rose

📋 copy color: '#AF2748'

red 175 ◦ green 39 ◦ blue 72

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

Shades of Old Rose #AF2748

Tints of Old Rose #AF2748

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.64%

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

R = 61.19%
G = 13.64%
B = 25.17%

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

#AF2748 (or 0xAF2748) is known color: Old Rose. HEX triplet: AF, 27 and 48. RGB value is (175,39,72). Sum of RGB (Red+Green+Blue) = 175+39+72=286 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.19% from 286); Green value is 39 (15.62% from 255 or 13.64% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2748 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2748 is #50D8B7. Grayscale: #535353. Windows color (decimal): -5298360 or 4728751. OLE color: 4728751.

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

Color convert

RGB 175 39 72 -
CMYK 0 0.78 0.59 0.31
HSL 345.44º 0.64% 0.42% -
HSV(B) 345.44º 0.78% 0.69% -
XYZ 19.57 11.03 7.23 -
YUV 83.43 121.56 193.32 -
System Red Green Blue C M Y K H S L
Decimal 175 39 72 0 0.78 0.59 0.31 345.44 0.64 0.42
Hex AF 27 48 0 4E 3B 1F 159 40 2A
Octal 257 47 110 0 116 73 37 531 100 52
Binary 10101111 100111 1001000 0 1001110 111011 11111 101011001 1000000 101010

Color Harmonies of #AF2748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2748

Black with #AF2748

Text Example


Text Example

White with #AF2748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2748; }

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

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

background-color css

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

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

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

border-color css

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

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

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