Html Css Color HEX #AF2F3F Old Rose

📋 copy color: '#AF2F3F'

red 175 ◦ green 47 ◦ blue 63

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

Shades of Old Rose #AF2F3F

Tints of Old Rose #AF2F3F

RGB

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

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

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

R = 61.4%
G = 16.49%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF2F3F (or 0xAF2F3F) is known color: Old Rose. HEX triplet: AF, 2F and 3F. RGB value is (175,47,63). Sum of RGB (Red+Green+Blue) = 175+47+63=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 47 (18.75% from 255 or 16.49% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2F3F is #50D0C0. Grayscale: #575757. Windows color (decimal): -5296321 or 4140975. OLE color: 4140975.

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

Color convert

RGB 175 47 63 -
CMYK 0 0.73 0.64 0.31
HSL 352.5º 0.58% 0.44% -
HSV(B) 352.5º 0.73% 0.69% -
XYZ 19.59 11.51 5.89 -
YUV 87.1 114.41 190.7 -
System Red Green Blue C M Y K H S L
Decimal 175 47 63 0 0.73 0.64 0.31 352.5 0.58 0.44
Hex AF 2F 3F 0 49 40 1F 160 3A 2C
Octal 257 57 77 0 111 100 37 540 72 54
Binary 10101111 101111 111111 0 1001001 1000000 11111 101100000 111010 101100

Color Harmonies of #AF2F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2F3F

Black with #AF2F3F

Text Example


Text Example

White with #AF2F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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