Html Css Color HEX #AF1B4F Old Rose

📋 copy color: '#AF1B4F'

red 175 ◦ green 27 ◦ blue 79

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

Shades of Old Rose #AF1B4F

Tints of Old Rose #AF1B4F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.61%

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

R = 62.28%
G = 9.61%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF1B4F (or 0xAF1B4F) is known color: Old Rose. HEX triplet: AF, 1B and 4F. RGB value is (175,27,79). Sum of RGB (Red+Green+Blue) = 175+27+79=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 27 (10.94% from 255 or 9.61% from 281); Blue value is 79 (31.25% from 255 or 28.11% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1B4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1B4F is #50E4B0. Grayscale: #4D4D4D. Windows color (decimal): -5301425 or 5184431. OLE color: 5184431.

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

Color convert

RGB 175 27 79 -
CMYK 0 0.85 0.55 0.31
HSL 338.92º 0.73% 0.4% -
HSV(B) 338.92º 0.85% 0.69% -
XYZ 19.48 10.46 8.39 -
YUV 77.18 129.03 197.77 -
System Red Green Blue C M Y K H S L
Decimal 175 27 79 0 0.85 0.55 0.31 338.92 0.73 0.4
Hex AF 1B 4F 0 55 37 1F 153 49 28
Octal 257 33 117 0 125 67 37 523 111 50
Binary 10101111 11011 1001111 0 1010101 110111 11111 101010011 1001001 101000

Color Harmonies of #AF1B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1B4F

Black with #AF1B4F

Text Example


Text Example

White with #AF1B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1B4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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