Html Css Color HEX #AF2F4B Old Rose

📋 copy color: '#AF2F4B'

red 175 ◦ green 47 ◦ blue 75

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

Shades of Old Rose #AF2F4B

Tints of Old Rose #AF2F4B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.82%

 BLUE value IS 75 (29.69% from 255) = 25.25%

R = 58.92%
G = 15.82%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF2F4B (or 0xAF2F4B) is known color: Old Rose. HEX triplet: AF, 2F and 4B. RGB value is (175,47,75). Sum of RGB (Red+Green+Blue) = 175+47+75=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 47 (18.75% from 255 or 15.82% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2F4B is #50D0B4. Grayscale: #585858. Windows color (decimal): -5296309 or 4927407. OLE color: 4927407.

HSL color Cylindrical-coordinate representation of color #AF2F4B: hue angle of 346.88º degrees, saturation: 0.58, 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 #AF2F4B is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 47 75 -
CMYK 0 0.73 0.57 0.31
HSL 346.88º 0.58% 0.44% -
HSV(B) 346.88º 0.73% 0.69% -
XYZ 19.97 11.65 7.85 -
YUV 88.46 120.41 189.72 -
System Red Green Blue C M Y K H S L
Decimal 175 47 75 0 0.73 0.57 0.31 346.88 0.58 0.44
Hex AF 2F 4B 0 49 39 1F 15B 3A 2C
Octal 257 57 113 0 111 71 37 533 72 54
Binary 10101111 101111 1001011 0 1001001 111001 11111 101011011 111010 101100

Color Harmonies of #AF2F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2F4B

Black with #AF2F4B

Text Example


Text Example

White with #AF2F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2F4B; }

 p { color: rgb(175,47,75); }

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

background-color css

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

 a { background-color: rgb(175,47,75); }

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

border-color css

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

 span { border-color: rgb(175,47,75); }

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