Html Css Color HEX #AF254B Old Rose

📋 copy color: '#AF254B'

red 175 ◦ green 37 ◦ blue 75

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

Shades of Old Rose #AF254B

Tints of Old Rose #AF254B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.89%

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

R = 60.98%
G = 12.89%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF254B (or 0xAF254B) is known color: Old Rose. HEX triplet: AF, 25 and 4B. RGB value is (175,37,75). Sum of RGB (Red+Green+Blue) = 175+37+75=287 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.98% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 175 - color contains mainly: red. Hex color #AF254B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF254B is #50DAB4. Grayscale: #525252. Windows color (decimal): -5298869 or 4924847. OLE color: 4924847.

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

Color convert

RGB 175 37 75 -
CMYK 0 0.79 0.57 0.31
HSL 343.48º 0.65% 0.42% -
HSV(B) 343.48º 0.79% 0.69% -
XYZ 19.61 10.95 7.74 -
YUV 82.59 123.72 193.91 -
System Red Green Blue C M Y K H S L
Decimal 175 37 75 0 0.79 0.57 0.31 343.48 0.65 0.42
Hex AF 25 4B 0 4F 39 1F 157 41 2A
Octal 257 45 113 0 117 71 37 527 101 52
Binary 10101111 100101 1001011 0 1001111 111001 11111 101010111 1000001 101010

Color Harmonies of #AF254B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF254B

Black with #AF254B

Text Example


Text Example

White with #AF254B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF254B; }

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

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

background-color css

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

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

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

border-color css

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

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

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