Html Css Color HEX #AF2453 Old Rose

📋 copy color: '#AF2453'

red 175 ◦ green 36 ◦ blue 83

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

Shades of Old Rose #AF2453

Tints of Old Rose #AF2453

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.24%

 BLUE value IS 83 (32.81% from 255) = 28.23%

R = 59.52%
G = 12.24%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF2453 (or 0xAF2453) is known color: Old Rose. HEX triplet: AF, 24 and 53. RGB value is (175,36,83). Sum of RGB (Red+Green+Blue) = 175+36+83=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 83 (32.81% from 255 or 28.23% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2453 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2453 is #50DBAC. Grayscale: #525252. Windows color (decimal): -5299117 or 5448879. OLE color: 5448879.

HSL color Cylindrical-coordinate representation of color #AF2453: hue angle of 339.71º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF2453 is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 36 83 -
CMYK 0 0.79 0.53 0.31
HSL 339.71º 0.66% 0.41% -
HSV(B) 339.71º 0.79% 0.69% -
XYZ 19.87 11 9.26 -
YUV 82.92 128.05 193.68 -
System Red Green Blue C M Y K H S L
Decimal 175 36 83 0 0.79 0.53 0.31 339.71 0.66 0.41
Hex AF 24 53 0 4F 35 1F 154 42 29
Octal 257 44 123 0 117 65 37 524 102 51
Binary 10101111 100100 1010011 0 1001111 110101 11111 101010100 1000010 101001

Color Harmonies of #AF2453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2453

Black with #AF2453

Text Example


Text Example

White with #AF2453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2453; }

 p { color: rgb(175,36,83); }

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

background-color css

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

 a { background-color: rgb(175,36,83); }

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

border-color css

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

 span { border-color: rgb(175,36,83); }

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