Html Css Color HEX #AF3048 Old Rose

📋 copy color: '#AF3048'

red 175 ◦ green 48 ◦ blue 72

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

Shades of Old Rose #AF3048

Tints of Old Rose #AF3048

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.27%

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

R = 59.32%
G = 16.27%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AF3048 (or 0xAF3048) is known color: Old Rose. HEX triplet: AF, 30 and 48. RGB value is (175,48,72). Sum of RGB (Red+Green+Blue) = 175+48+72=295 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.32% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3048 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3048 is #50CFB7. Grayscale: #585858. Windows color (decimal): -5296056 or 4731055. OLE color: 4731055.

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

Color convert

RGB 175 48 72 -
CMYK 0 0.73 0.59 0.31
HSL 348.66º 0.57% 0.44% -
HSV(B) 348.66º 0.73% 0.69% -
XYZ 19.91 11.7 7.34 -
YUV 88.71 118.58 189.55 -
System Red Green Blue C M Y K H S L
Decimal 175 48 72 0 0.73 0.59 0.31 348.66 0.57 0.44
Hex AF 30 48 0 49 3B 1F 15D 39 2C
Octal 257 60 110 0 111 73 37 535 71 54
Binary 10101111 110000 1001000 0 1001001 111011 11111 101011101 111001 101100

Color Harmonies of #AF3048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3048

Black with #AF3048

Text Example


Text Example

White with #AF3048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3048; }

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

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

background-color css

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

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

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

border-color css

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

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

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