Html Css Color HEX #AF1C47 Old Rose

📋 copy color: '#AF1C47'

red 175 ◦ green 28 ◦ blue 71

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

Shades of Old Rose #AF1C47

Tints of Old Rose #AF1C47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 25.91%

R = 63.87%
G = 10.22%
B = 25.91%

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

#AF1C47 (or 0xAF1C47) is known color: Old Rose. HEX triplet: AF, 1C and 47. RGB value is (175,28,71). Sum of RGB (Red+Green+Blue) = 175+28+71=274 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.87% from 274); Green value is 28 (11.33% from 255 or 10.22% from 274); Blue value is 71 (28.12% from 255 or 25.91% from 274); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1C47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1C47 is #50E3B8. Grayscale: #4C4C4C. Windows color (decimal): -5301177 or 4660399. OLE color: 4660399.

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

Color convert

RGB 175 28 71 -
CMYK 0 0.84 0.59 0.31
HSL 342.45º 0.72% 0.4% -
HSV(B) 342.45º 0.84% 0.69% -
XYZ 19.23 10.4 6.95 -
YUV 76.86 124.7 198 -
System Red Green Blue C M Y K H S L
Decimal 175 28 71 0 0.84 0.59 0.31 342.45 0.72 0.4
Hex AF 1C 47 0 54 3B 1F 156 48 28
Octal 257 34 107 0 124 73 37 526 110 50
Binary 10101111 11100 1000111 0 1010100 111011 11111 101010110 1001000 101000

Color Harmonies of #AF1C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1C47

Black with #AF1C47

Text Example


Text Example

White with #AF1C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1C47; }

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

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

background-color css

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

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

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

border-color css

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

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

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