Html Css Color HEX #AF3541 Old Rose

📋 copy color: '#AF3541'

red 175 ◦ green 53 ◦ blue 65

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

Shades of Old Rose #AF3541

Tints of Old Rose #AF3541

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.09%

 BLUE value IS 65 (25.78% from 255) = 22.18%

R = 59.73%
G = 18.09%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF3541 (or 0xAF3541) is known color: Old Rose. HEX triplet: AF, 35 and 41. RGB value is (175,53,65). Sum of RGB (Red+Green+Blue) = 175+53+65=293 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.73% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3541 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3541 is #50CABE. Grayscale: #5A5A5A. Windows color (decimal): -5294783 or 4273583. OLE color: 4273583.

HSL color Cylindrical-coordinate representation of color #AF3541: hue angle of 354.1º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF3541 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 53 65 -
CMYK 0 0.70 0.63 0.31
HSL 354.1º 0.54% 0.45% -
HSV(B) 354.1º 0.7% 0.69% -
XYZ 19.91 12.04 6.28 -
YUV 90.85 113.42 188.02 -
System Red Green Blue C M Y K H S L
Decimal 175 53 65 0 0.70 0.63 0.31 354.1 0.54 0.45
Hex AF 35 41 0 46 3F 1F 162 36 2D
Octal 257 65 101 0 106 77 37 542 66 55
Binary 10101111 110101 1000001 0 1000110 111111 11111 101100010 110110 101101

Color Harmonies of #AF3541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3541

Black with #AF3541

Text Example


Text Example

White with #AF3541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3541; }

 p { color: rgb(175,53,65); }

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

background-color css

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

 a { background-color: rgb(175,53,65); }

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

border-color css

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

 span { border-color: rgb(175,53,65); }

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