Html Css Color HEX #AF3140 Old Rose

📋 copy color: '#AF3140'

red 175 ◦ green 49 ◦ blue 64

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

Shades of Old Rose #AF3140

Tints of Old Rose #AF3140

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.01%

 BLUE value IS 64 (25.39% from 255) = 22.22%

R = 60.76%
G = 17.01%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF3140 (or 0xAF3140) is known color: Old Rose. HEX triplet: AF, 31 and 40. RGB value is (175,49,64). Sum of RGB (Red+Green+Blue) = 175+49+64=288 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.76% from 288); Green value is 49 (19.53% from 255 or 17.01% from 288); Blue value is 64 (25.39% from 255 or 22.22% from 288); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3140 is #50CEBF. Grayscale: #585858. Windows color (decimal): -5295808 or 4207023. OLE color: 4207023.

HSL color Cylindrical-coordinate representation of color #AF3140: hue angle of 352.86º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF3140 is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 49 64 -
CMYK 0 0.72 0.63 0.31
HSL 352.86º 0.56% 0.44% -
HSV(B) 352.86º 0.72% 0.69% -
XYZ 19.7 11.68 6.07 -
YUV 88.38 114.24 189.78 -
System Red Green Blue C M Y K H S L
Decimal 175 49 64 0 0.72 0.63 0.31 352.86 0.56 0.44
Hex AF 31 40 0 48 3F 1F 161 38 2C
Octal 257 61 100 0 110 77 37 541 70 54
Binary 10101111 110001 1000000 0 1001000 111111 11111 101100001 111000 101100

Color Harmonies of #AF3140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3140

Black with #AF3140

Text Example


Text Example

White with #AF3140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3140; }

 p { color: rgb(175,49,64); }

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

background-color css

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

 a { background-color: rgb(175,49,64); }

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

border-color css

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

 span { border-color: rgb(175,49,64); }

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