Html Css Color HEX #AF273F Old Rose

📋 copy color: '#AF273F'

red 175 ◦ green 39 ◦ blue 63

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

Shades of Old Rose #AF273F

Tints of Old Rose #AF273F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.08%

 BLUE value IS 63 (25% from 255) = 22.74%

R = 63.18%
G = 14.08%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF273F (or 0xAF273F) is known color: Old Rose. HEX triplet: AF, 27 and 3F. RGB value is (175,39,63). Sum of RGB (Red+Green+Blue) = 175+39+63=277 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.18% from 277); Green value is 39 (15.62% from 255 or 14.08% from 277); Blue value is 63 (25% from 255 or 22.74% from 277); Max value from RGB is 175 - color contains mainly: red. Hex color #AF273F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF273F is #50D8C0. Grayscale: #525252. Windows color (decimal): -5298369 or 4138927. OLE color: 4138927.

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

Color convert

RGB 175 39 63 -
CMYK 0 0.78 0.64 0.31
HSL 349.41º 0.64% 0.42% -
HSV(B) 349.41º 0.78% 0.69% -
XYZ 19.3 10.92 5.79 -
YUV 82.4 117.06 194.05 -
System Red Green Blue C M Y K H S L
Decimal 175 39 63 0 0.78 0.64 0.31 349.41 0.64 0.42
Hex AF 27 3F 0 4E 40 1F 15D 40 2A
Octal 257 47 77 0 116 100 37 535 100 52
Binary 10101111 100111 111111 0 1001110 1000000 11111 101011101 1000000 101010

Color Harmonies of #AF273F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF273F

Black with #AF273F

Text Example


Text Example

White with #AF273F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF273F; }

 p { color: rgb(175,39,63); }

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

background-color css

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

 a { background-color: rgb(175,39,63); }

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

border-color css

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

 span { border-color: rgb(175,39,63); }

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