Html Css Color HEX #AF1C4F Old Rose

📋 copy color: '#AF1C4F'

red 175 ◦ green 28 ◦ blue 79

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

Shades of Old Rose #AF1C4F

Tints of Old Rose #AF1C4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 28.01%

R = 62.06%
G = 9.93%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF1C4F (or 0xAF1C4F) is known color: Old Rose. HEX triplet: AF, 1C and 4F. RGB value is (175,28,79). Sum of RGB (Red+Green+Blue) = 175+28+79=282 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.06% from 282); Green value is 28 (11.33% from 255 or 9.93% from 282); Blue value is 79 (31.25% from 255 or 28.01% from 282); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1C4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1C4F is #50E3B0. Grayscale: #4D4D4D. Windows color (decimal): -5301169 or 5184687. OLE color: 5184687.

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

Color convert

RGB 175 28 79 -
CMYK 0 0.84 0.55 0.31
HSL 339.18º 0.72% 0.4% -
HSV(B) 339.18º 0.84% 0.69% -
XYZ 19.51 10.51 8.4 -
YUV 77.77 128.7 197.35 -
System Red Green Blue C M Y K H S L
Decimal 175 28 79 0 0.84 0.55 0.31 339.18 0.72 0.4
Hex AF 1C 4F 0 54 37 1F 153 48 28
Octal 257 34 117 0 124 67 37 523 110 50
Binary 10101111 11100 1001111 0 1010100 110111 11111 101010011 1001000 101000

Color Harmonies of #AF1C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1C4F

Black with #AF1C4F

Text Example


Text Example

White with #AF1C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1C4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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