Html Css Color HEX #AF1C48 Old Rose

📋 copy color: '#AF1C48'

red 175 ◦ green 28 ◦ blue 72

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

Shades of Old Rose #AF1C48

Tints of Old Rose #AF1C48

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.18%

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

R = 63.64%
G = 10.18%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AF1C48 (or 0xAF1C48) is known color: Old Rose. HEX triplet: AF, 1C and 48. RGB value is (175,28,72). Sum of RGB (Red+Green+Blue) = 175+28+72=275 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.64% from 275); Green value is 28 (11.33% from 255 or 10.18% from 275); Blue value is 72 (28.52% from 255 or 26.18% from 275); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1C48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1C48 is #50E3B7. Grayscale: #4C4C4C. Windows color (decimal): -5301176 or 4725935. OLE color: 4725935.

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

Color convert

RGB 175 28 72 -
CMYK 0 0.84 0.59 0.31
HSL 342.04º 0.72% 0.4% -
HSV(B) 342.04º 0.84% 0.69% -
XYZ 19.26 10.41 7.13 -
YUV 76.97 125.2 197.92 -
System Red Green Blue C M Y K H S L
Decimal 175 28 72 0 0.84 0.59 0.31 342.04 0.72 0.4
Hex AF 1C 48 0 54 3B 1F 156 48 28
Octal 257 34 110 0 124 73 37 526 110 50
Binary 10101111 11100 1001000 0 1010100 111011 11111 101010110 1001000 101000

Color Harmonies of #AF1C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1C48

Black with #AF1C48

Text Example


Text Example

White with #AF1C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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